Skip to content

Commit 173d054

Browse files
committed
Remove skipif's to debug in CI
1 parent 600361e commit 173d054

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

tests/password_manager/test_password_csv_correctness.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ def test_case():
2020

2121

2222
@pytest.mark.headed
23-
@pytest.mark.skipif(MAC_GHA, reason="Test unstable in MacOS Github Actions")
24-
@pytest.mark.skipif(
25-
sys.platform.lower().startswith("linux"),
26-
reason="Test unstable in CI on Linux. see bug https://bugzilla.mozilla.org/show_bug.cgi?id=1951666",
27-
)
2823
def test_password_csv_correctness(driver_and_saved_logins, home_folder, sys_platform):
2924
"""
3025
C2241522: Check that password.csv displays the correct information

tests/password_manager/test_password_csv_export.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ def test_case():
1818

1919

2020
@pytest.mark.headed
21-
@pytest.mark.skipif(MAC_GHA, reason="Test unstable in MacOS Github Actions")
22-
@pytest.mark.skipif(
23-
sys.platform.lower().startswith("linux"),
24-
reason="Test unstable in CI on Linux. see bug https://bugzilla.mozilla.org/show_bug.cgi?id=1951666",
25-
)
2621
def test_password_csv_export(
2722
driver_and_saved_logins, home_folder, sys_platform, opt_ci
2823
):

0 commit comments

Comments
 (0)