Skip to content

Commit c441ba6

Browse files
janbrasnastephaniehobson
authored andcommitted
Select some available builds for l10n download tests (#16781)
1 parent ef320ed commit c441ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def pytest_generate_tests(metafunc):
9595
product_urls = [a.attrib["href"] for a in doc("ul.c-product-list a")]
9696
# FIXME: sanity checks after first scene is redirected to FXC:
9797
if product_urls and product_urls[0].startswith("/en-US/download/all/"):
98-
product_urls = ["/en-US/firefox/all/desktop-release/", "/en-US/firefox/all/desktop-nightly/"]
98+
product_urls = ["/en-US/firefox/all/desktop-release/", "/en-US/firefox/all/desktop-esr/"]
9999
# If product url links outside of /firefox/all/ ignore it. (e.g. testflight)
100100
product_urls = [url for url in product_urls if url.startswith("/en-US/firefox/all/")]
101101
for url in product_urls:

0 commit comments

Comments
 (0)