Skip to content

Commit 6e0242a

Browse files
authored
Merge pull request #470 from mozilla/tracy/remove_skip_if_linux_security_bustage
Remove skipif to see if these are working in CI
2 parents ba92102 + 23ab6e0 commit 6e0242a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/security_and_privacy/test_cookies_not_saved_private_browsing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def test_case():
1313
return "101677"
1414

1515

16-
@pytest.mark.skipif(system == "Linux", reason="136.0b3 Linux security bustage")
1716
def test_cookies_not_saved_private_browsing(driver: Firefox):
1817
"""
1918
C101677: ensure that cookies are not saved after using private browsing

tests/security_and_privacy/test_private_browser_password_doorhanger.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ def add_prefs():
2121
return [("signon.rememberSignons", True)]
2222

2323

24-
@pytest.mark.skipif(
25-
sys.platform.lower().startswith("linux"), reason="136.0b3 Linux security bustage"
26-
)
2724
def test_no_password_doorhanger_private_browsing(driver: Firefox):
2825
"""
2926
C101670: Ensure no save password doorhanger shows up and settings are correct

0 commit comments

Comments
 (0)