diff --git a/tests/test_rust_notify.py b/tests/test_rust_notify.py index 3c5368f2..3e3626e0 100644 --- a/tests/test_rust_notify.py +++ b/tests/test_rust_notify.py @@ -304,7 +304,7 @@ def test_polling_repr(test_dir: Path): assert 'delay: 123ms' in r -@skip_windows +@skip_unless_linux def test_ignore_permission_denied(): RustNotify(['/'], False, False, 0, True, True)