Skip to content

Commit

Permalink
Re-enable test on Mono+macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Dec 23, 2024
1 parent 88370c7 commit 680260a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_ssl_stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def load_tests(loader, standard_tests, pattern):
test.test_ssl.NetworkedTests('test_connect_cadata'), # # https://github.com/IronLanguages/ironpython3/issues/1523
test.test_ssl.NetworkedTests('test_connect_ex'), # https://github.com/IronLanguages/ironpython3/issues/1523
test.test_ssl.NetworkedTests('test_get_server_certificate'), # https://github.com/IronLanguages/ironpython3/issues/1523
test.test_ssl.ThreadedTests('test_rude_shutdown'), # ValueError: Value does not fall within the expected range.
]

skip_tests = [
Expand Down

0 comments on commit 680260a

Please sign in to comment.