Skip to content

Commit

Permalink
Remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Sep 16, 2022
1 parent 3f78fc2 commit 4d0f55f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions distributed/tests/test_steal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1528,27 +1528,6 @@ def _correct_placement(actual):
)


def test_balance_after_acquiring_dependency(recompute_saturation):
dependencies = {"a": 1}
dependency_placement = [["a"], []]
task_placement = [[["a"]] * 8, []]

def _correct_placement(actual):
actual_task_counts = [len(placed) for placed in actual]
return actual_task_counts == [
6,
2,
]

_run_dependency_balance_test(
dependencies,
dependency_placement,
task_placement,
_correct_placement,
recompute_saturation,
)


def _run_dependency_balance_test(
dependencies,
dependency_placement,
Expand Down

0 comments on commit 4d0f55f

Please sign in to comment.