Skip to content

Commit b662374

Browse files
authored
Merge pull request #667 from mozilla/tracy/remove_skipif_bug_1973952
Try Linux in CI
2 parents 6a88e3b + 575abe0 commit b662374

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"zalando",
3333
"cdiscount",
3434
"aldoshoes",
35-
"canadatire"
35+
"canadatire",
3636
}
3737

3838
loaded_valid_sites = valid_l10n_mappings().keys()

tests/password_manager/test_primary_password_triggered_on_about_logins_access.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ def test_case():
1818
return "2245199"
1919

2020

21-
@pytest.mark.skipif(
22-
system().lower().startswith("linux"), reason="Currently unstable in linux"
23-
)
2421
def test_primary_password_triggered_on_about_logins_access_via_hamburger_menu(
2522
driver: Firefox,
2623
):

0 commit comments

Comments
 (0)