Skip to content

Commit

Permalink
Xfail test_submit_different_names (#5916)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored Mar 9, 2022
1 parent e1e4385 commit 936fba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distributed/tests/test_worker_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ def f():
assert result


@pytest.mark.xfail(
reason="Flaky due to https://github.com/dask/distributed/issues/5915"
)
@gen_cluster()
async def test_submit_different_names(s, a, b):
# https://github.com/dask/distributed/issues/2058
Expand Down

0 comments on commit 936fba5

Please sign in to comment.