Skip to content

Commit

Permalink
Skip tests that are not applicable on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 29, 2024
1 parent 5eb5a40 commit 9d10d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pytests/unit/transport/test_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ def publish_payload(payload):
assert p.call_count == 0


@pytest.mark.skip_on_windows()
async def test_pub_server_publisher_pull_path_perms(master_opts, io_loop, tmp_path):
def publish_payload(payload):
return payload
Expand All @@ -730,6 +731,7 @@ def publish_payload(payload):
assert p.call_args.args == (pubserv.pull_path, pubserv.pull_path_perms)


@pytest.mark.skip_on_windows()
async def test_pub_server_publisher_pub_path_perms(master_opts, io_loop, tmp_path):
def publish_payload(payload):
return payload
Expand Down

0 comments on commit 9d10d69

Please sign in to comment.