Skip to content

Commit

Permalink
Xfail normalization tests (#4411)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Jan 7, 2021
1 parent f33edf8 commit 658fccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4354,6 +4354,7 @@ def test_normalize_collection_with_released_futures(c):
assert res == sol


@pytest.mark.xfail(reason="https://github.com/dask/distributed/issues/4404")
@gen_cluster(client=True)
async def test_auto_normalize_collection(c, s, a, b):
da = pytest.importorskip("dask.array")
Expand All @@ -4380,6 +4381,7 @@ async def test_auto_normalize_collection(c, s, a, b):
assert end - start < 1


@pytest.mark.xfail(reason="https://github.com/dask/distributed/issues/4404")
def test_auto_normalize_collection_sync(c):
da = pytest.importorskip("dask.array")
x = da.ones(10, chunks=5)
Expand Down

0 comments on commit 658fccc

Please sign in to comment.