Skip to content

Commit

Permalink
re-enable dask test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijrsvt committed Jun 29, 2021
1 parent c2b2448 commit 9641530
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions python/ray/util/dask/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ py_test(
deps = [":dask_lib"],
)

# This is currently failing.
#py_test(
# name = "dask_ray_shuffle_optimization_client_mode",
# size = "medium",
# main = "dask_ray_shuffle_optimization.py",
# srcs = ["examples/dask_ray_shuffle_optimization.py"],
# tags = ["exclusive", "client"],
# deps = [":dask_lib"],
#)

py_test(
name = "dask_ray_shuffle_optimization_client_mode",
size = "medium",
main = "dask_ray_shuffle_optimization.py",
srcs = ["examples/dask_ray_shuffle_optimization.py"],
tags = ["exclusive", "client"],
deps = [":dask_lib"],
)

# This is a dummy test dependency that causes the above tests to be
# re-run if any of these files changes.
Expand Down

0 comments on commit 9641530

Please sign in to comment.