Skip to content

Commit a97b759

Browse files
fix test
1 parent dc4924a commit a97b759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ async def main():
864864

865865
self.loop.run_until_complete(main())
866866

867+
@unittest.skipIf(sys.platform != 'linux', "Linux only")
867868
def test_subprocess_send_signal_race(self):
868869
# See https://github.com/python/cpython/issues/87744
869870
async def main():

0 commit comments

Comments
 (0)