Skip to content

Commit 55cbb8f

Browse files
authored
Merge pull request #786 from mozilla/tracy/password-csv-tests-linux
Tracy/re-enable password csv tests on linux
2 parents 3a72709 + 1665997 commit 55cbb8f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/password_manager/test_password_csv_correctness.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import re
44
import time
5-
from platform import system
65

76
import pytest
87

@@ -16,7 +15,6 @@ def test_case():
1615
return "2241522"
1716

1817

19-
@pytest.mark.skipif(system().lower().startswith("linux"), reason="Bug 1983843")
2018
@pytest.mark.headed
2119
@pytest.mark.noxvfb
2220
def test_password_csv_correctness(

tests/password_manager/test_password_csv_export.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import time
3-
from platform import system
43

54
import pytest
65
from pynput.keyboard import Controller, Key
@@ -15,7 +14,6 @@ def test_case():
1514
return "2241521"
1615

1716

18-
@pytest.mark.skipif(system().lower().startswith("linux"), reason="Bug 1983843")
1917
@pytest.mark.headed
2018
@pytest.mark.noxvfb
2119
def test_password_csv_export(

0 commit comments

Comments
 (0)