Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 30e0fdf

Browse files
committed
Increase flaky test count
1 parent fed2f31 commit 30e0fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clustering/kmeans/test_kmeans_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_fit_converged(num_epochs: int, converged: bool):
4646
assert estimator.converged_ == converged
4747

4848

49-
@pytest.mark.flaky(max_runs=2, min_passes=1)
49+
@pytest.mark.flaky(max_runs=5, min_passes=1)
5050
@pytest.mark.parametrize(
5151
("num_datapoints", "batch_size", "num_features", "num_centroids"),
5252
[

0 commit comments

Comments
 (0)