Skip to content

Commit 4df6d1d

Browse files
committed
Fix test_socket_stdlib
1 parent 1d9d99d commit 4df6d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/test_socket_stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def load_tests(loader, standard_tests, pattern):
4141
failing_tests += [
4242
test.test_socket.NonBlockingTCPTests('testRecv'), # TODO: figure out
4343
]
44-
else:
44+
if not is_mono:
4545
failing_tests += [
4646
test.test_socket.GeneralModuleTests('test_getnameinfo'), # https://github.com/IronLanguages/ironpython3/issues/1222
4747
]

0 commit comments

Comments
 (0)