Skip to content

Commit 09352c3

Browse files
committed
Minor
1 parent 6fc1eeb commit 09352c3

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
@@ -168,7 +168,6 @@ def test_adapt_to_memory_intensive_workload(minimum):
168168
wait_for_workers=True,
169169
) as cluster:
170170
with Client(cluster) as client:
171-
assert len(cluster.observed) == minimum
172171
adapt = cluster.adapt(minimum=minimum, maximum=maximum)
173172
assert len(adapt.log) == 0
174173

0 commit comments

Comments
 (0)