Commit 944677e5 authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1537 from felixonmars/patch-5

Correct a typo in patched_tests_setup.py
parents a0ad442f aef1fa73
...@@ -715,7 +715,7 @@ if PYPY: ...@@ -715,7 +715,7 @@ if PYPY:
if PY36: if PY36:
disabled_tests += [ disabled_tests += [
# These are flaky, begining in 3.6-alpha 7.0, not finding some flag # These are flaky, beginning in 3.6-alpha 7.0, not finding some flag
# set, apparently a race condition # set, apparently a race condition
'test_asyncore.TestAPI_UveIPv6Poll.test_handle_accept', 'test_asyncore.TestAPI_UveIPv6Poll.test_handle_accept',
'test_asyncore.TestAPI_UveIPv6Poll.test_handle_accepted', 'test_asyncore.TestAPI_UveIPv6Poll.test_handle_accepted',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment