Skip to content

Commit

Permalink
Mark dask-distributed tests on Windows as xfail (#1747)
Browse files Browse the repository at this point in the history
xref GH1738
  • Loading branch information
shoyer committed Nov 29, 2017
1 parent 8b08ad8 commit 4b8339b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xarray/tests/test_distributed.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import sys

import pytest
import xarray as xr
from xarray.core.pycompat import suppress
Expand All @@ -23,6 +25,8 @@
ENGINES.append('h5netcdf')


@pytest.mark.xfail(sys.platform == 'win32',
reason='https://github.com/pydata/xarray/issues/1738')
@pytest.mark.parametrize('engine', ENGINES)
def test_dask_distributed_integration_test(loop, engine):
with cluster() as (s, _):
Expand Down

0 comments on commit 4b8339b

Please sign in to comment.