Skip to content

Commit

Permalink
xfail test_interrupt on py3 non-windows (dask#2297)
Browse files Browse the repository at this point in the history
Still periodically failing, not sure why.
  • Loading branch information
jcrist committed May 4, 2017
1 parent edd1f23 commit bd5f3ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dask/tests/test_threaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def test_interrupt():
elif os.name == 'nt':
from _thread import interrupt_main
else:
pytest.xfail("This test fails intermittently on non-windows PY3.")
main_thread = threading.get_ident()

def interrupt_main():
Expand Down

0 comments on commit bd5f3ef

Please sign in to comment.