Skip to content

Commit e5105c4

Browse files
authored
Merge pull request #518 from mozilla/Hani/remove_skip_if_linux_test_pref_all_toggles_enabled
Hani/ Remove skip if for test_preferences_all_toggles_enabled
2 parents fab250f + bb2e7d5 commit e5105c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/address_bar_and_search/test_preferences_all_toggles_enabled.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ def test_case():
1414
return "1618400"
1515

1616

17-
@pytest.mark.skipif(
18-
sys.platform.lower().startswith("linux"),
19-
reason="Test unstable in CI on Linux. see bug https://bugzilla.mozilla.org/show_bug.cgi?id=1951672",
20-
)
2117
def test_preferences_all_toggles_enabled(driver: Firefox):
2218
"""
2319
C1618400: Preferences - All toggles buttons Enabled

0 commit comments

Comments
 (0)