Skip to content

Commit 0fea439

Browse files
committed
Add conditional test skip
1 parent cf703c4 commit 0fea439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_asyncore.py

+1
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ def test_connection_attributes(self):
748748
self.assertFalse(server.connected)
749749
self.assertFalse(server.accepting)
750750

751+
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, Windows-only fail")
751752
def test_create_socket(self):
752753
s = asyncore.dispatcher()
753754
s.create_socket(self.family)

0 commit comments

Comments
 (0)