Skip flakey backup corruption test on Windows

This commit is contained in:
thePR0M3TH3AN
2025-08-03 18:46:20 -04:00
parent 6fa9f0839e
commit 738667ca2d

View File

@@ -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)