Skip to content

Commit

Permalink
skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 18, 2024
1 parent 23d79c0 commit 43687fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_multikernelmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def test_subclass_callables(self):
assert kid not in km, f"{kid} not in {km}"


@skip_win32
async def test_sync_stream_on_recv():
mkm = TestKernelManager._get_tcp_km()
kid = mkm.start_kernel(stdout=PIPE, stderr=PIPE)
Expand Down

0 comments on commit 43687fa

Please sign in to comment.