We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9d99d commit 4df6d1dCopy full SHA for 4df6d1d
tests/suite/test_socket_stdlib.py
@@ -41,7 +41,7 @@ def load_tests(loader, standard_tests, pattern):
41
failing_tests += [
42
test.test_socket.NonBlockingTCPTests('testRecv'), # TODO: figure out
43
]
44
- else:
+ if not is_mono:
45
46
test.test_socket.GeneralModuleTests('test_getnameinfo'), # https://github.com/IronLanguages/ironpython3/issues/1222
47
0 commit comments