mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Skip flakey backup corruption test on Windows
This commit is contained in:
@@ -56,6 +56,7 @@ def test_round_trip(monkeypatch):
|
||||
from cryptography.fernet import InvalidToken
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform.startswith("win"), reason="flaky on Windows")
|
||||
def test_corruption_detection(monkeypatch):
|
||||
with TemporaryDirectory() as td:
|
||||
tmp = Path(td)
|
||||
|
Reference in New Issue
Block a user