Skip to content

Commit a490c0b

Browse files
committed
Re-enable password csv tests om Linux
1 parent 75cfe2e commit a490c0b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/password_manager/test_password_csv_correctness.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def test_case():
1616
return "2241522"
1717

1818

19-
@pytest.mark.skipif(system().lower().startswith("linux"), reason="Bug 1983843")
2019
@pytest.mark.headed
2120
@pytest.mark.noxvfb
2221
def test_password_csv_correctness(

tests/password_manager/test_password_csv_export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def test_case():
1515
return "2241521"
1616

1717

18-
@pytest.mark.skipif(system().lower().startswith("linux"), reason="Bug 1983843")
1918
@pytest.mark.headed
2019
@pytest.mark.noxvfb
2120
def test_password_csv_export(

0 commit comments

Comments
 (0)