Skip to content

Commit

Permalink
xfail test_temporary_directory on Python 3.8 (#5734)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Dec 19, 2019
1 parent c2566ea commit aec2902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dask/dataframe/tests/test_shuffle.py
Expand Up @@ -22,6 +22,7 @@
remove_nans,
)
from dask.dataframe.utils import assert_eq, make_meta
from dask.compatibility import PY_VERSION


dsk = {
Expand Down Expand Up @@ -747,6 +748,8 @@ def test_compute_divisions():
compute_divisions(c)


# TODO: Fix sporadic failure on Python 3.8 and remove this xfail mark
@pytest.mark.xfail(PY_VERSION >= "3.8", reason="Flaky test", strict=False)
def test_temporary_directory(tmpdir):
from multiprocessing.pool import Pool

Expand Down

0 comments on commit aec2902

Please sign in to comment.