From f1ed606968b228dfb731595af2857bf04222a616 Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Thu, 15 Sep 2022 21:49:26 +0200 Subject: [PATCH] Remove comment --- distributed/tests/test_steal.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distributed/tests/test_steal.py b/distributed/tests/test_steal.py index 73cf3a5abe5..37e7f2e3938 100644 --- a/distributed/tests/test_steal.py +++ b/distributed/tests/test_steal.py @@ -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, @@ -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, @@ -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, @@ -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,