Skip to content

Commit de5fa42

Browse files
committed
[MINOR][PYTHON][ML][TESTS] Skip two flaky tests
### What changes were proposed in this pull request? Skip two flaky tests ### Why are the changes needed? they occasionally time out after #51187 ### Does this PR introduce _any_ user-facing change? no, test-only ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes #51413 from zhengruifeng/skip_flaky_tests. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
1 parent 4321ade commit de5fa42

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/pyspark/ml/tests/connect/test_parity_classification.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from pyspark.testing.connectutils import ReusedConnectTestCase
2222

2323

24+
@unittest.skip("Disabled due to flakiness, should be enabled after fixing the issue")
2425
class ClassificationParityTests(ClassificationTestsMixin, ReusedConnectTestCase):
2526
pass
2627

python/pyspark/ml/tests/connect/test_parity_clustering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from pyspark.testing.connectutils import ReusedConnectTestCase
2222

2323

24+
@unittest.skip("Disabled due to flakiness, should be enabled after fixing the issue")
2425
class ClusteringParityTests(ClusteringTestsMixin, ReusedConnectTestCase):
2526
pass
2627

0 commit comments

Comments
 (0)