Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Sep 16, 2022
1 parent 492c158 commit f1ed606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distributed/tests/test_steal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ def _correct_placement(actual):
2,
1,
0,
] # Note: The success of this test currently depends on worker ordering
]

_run_dependency_balance_test(
dependencies,
Expand All @@ -1490,7 +1490,7 @@ def _correct_placement(actual):
2,
1,
0,
] # Note: The success of this test currently depends on worker ordering
]

_run_dependency_balance_test(
dependencies,
Expand All @@ -1512,7 +1512,7 @@ def _correct_placement(actual):
4,
2,
1,
] # Note: The success of this test currently depends on worker ordering
]

_run_dependency_balance_test(
dependencies,
Expand All @@ -1533,7 +1533,7 @@ def _correct_placement(actual):
return actual_task_counts == [
6,
2,
] # Note: The success of this test currently depends on worker ordering
]

_run_dependency_balance_test(
dependencies,
Expand Down

0 comments on commit f1ed606

Please sign in to comment.