Skip to content

Commit b39263d

Browse files
committed
Mark erroring test on Windows
1 parent 92f790e commit b39263d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_socket.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,8 @@ def test_sock_ioctl(self):
13891389
@unittest.skipUnless(os.name == "nt", "Windows specific")
13901390
@unittest.skipUnless(hasattr(socket, 'SIO_LOOPBACK_FAST_PATH'),
13911391
'Loopback fast path support required for this test')
1392+
# TODO: RUSTPYTHON, AttributeError: 'socket' object has no attribute 'ioctl'
1393+
@unittest.expectedFailure
13921394
def test_sio_loopback_fast_path(self):
13931395
s = socket.socket()
13941396
self.addCleanup(s.close)

0 commit comments

Comments
 (0)