Skip to content

Commit

Permalink
Make test specific to Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Apr 12, 2023
1 parent d87625d commit 857911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rust_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 857911d

Please sign in to comment.