Skip to content

Commit fb31922

Browse files
committed
Remove out-of-sync assertion
1 parent 09352c3 commit fb31922

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/stability/test_adaptive_scaling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def test_scale_up_on_task_load(minimum, scatter):
2828
wait_for_workers=True,
2929
) as cluster:
3030
with Client(cluster) as client:
31-
assert len(cluster.observed) == minimum
3231
adapt = cluster.adapt(minimum=minimum, maximum=maximum)
3332
time.sleep(adapt.interval * 2.1) # Ensure enough time for system to adapt
3433
assert len(adapt.log) == 0

0 commit comments

Comments
 (0)