This is an automated email from the ASF dual-hosted git repository.

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 14d5c6759dc1 [MINOR][PYTHON][ML][TESTS] Further skip flaky 
`test_parity_regression`
14d5c6759dc1 is described below

commit 14d5c6759dc16b7dcfbdff0136953b9cb5e8a31e
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Fri Jul 11 12:14:40 2025 +0800

    [MINOR][PYTHON][ML][TESTS] Further skip flaky `test_parity_regression`
    
    ### What changes were proposed in this pull request?
    Further skip flaky `test_parity_regression`
    
    ### Why are the changes needed?
    it gets stuck sometimes
    
    https://github.com/apache/spark/actions/runs/16204789449/job/45752455040
    
    skip it for now
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    CI
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #51448 from zhengruifeng/further_skip_regression.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 python/pyspark/ml/tests/connect/test_parity_classification.py | 1 +
 python/pyspark/ml/tests/connect/test_parity_clustering.py     | 1 +
 python/pyspark/ml/tests/connect/test_parity_regression.py     | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/python/pyspark/ml/tests/connect/test_parity_classification.py 
b/python/pyspark/ml/tests/connect/test_parity_classification.py
index bc3cce7553cb..7805546dba70 100644
--- a/python/pyspark/ml/tests/connect/test_parity_classification.py
+++ b/python/pyspark/ml/tests/connect/test_parity_classification.py
@@ -21,6 +21,7 @@ from pyspark.ml.tests.test_classification import 
ClassificationTestsMixin
 from pyspark.testing.connectutils import ReusedConnectTestCase
 
 
+# TODO(SPARK-52764): Re-enable this test after fixing the flakiness.
 @unittest.skip("Disabled due to flakiness, should be enabled after fixing the 
issue")
 class ClassificationParityTests(ClassificationTestsMixin, 
ReusedConnectTestCase):
     pass
diff --git a/python/pyspark/ml/tests/connect/test_parity_clustering.py 
b/python/pyspark/ml/tests/connect/test_parity_clustering.py
index 00deb2b60bc2..bbfd2a2aea80 100644
--- a/python/pyspark/ml/tests/connect/test_parity_clustering.py
+++ b/python/pyspark/ml/tests/connect/test_parity_clustering.py
@@ -21,6 +21,7 @@ from pyspark.ml.tests.test_clustering import 
ClusteringTestsMixin
 from pyspark.testing.connectutils import ReusedConnectTestCase
 
 
+# TODO(SPARK-52764): Re-enable this test after fixing the flakiness.
 @unittest.skip("Disabled due to flakiness, should be enabled after fixing the 
issue")
 class ClusteringParityTests(ClusteringTestsMixin, ReusedConnectTestCase):
     pass
diff --git a/python/pyspark/ml/tests/connect/test_parity_regression.py 
b/python/pyspark/ml/tests/connect/test_parity_regression.py
index 7c2743a938fa..407280827076 100644
--- a/python/pyspark/ml/tests/connect/test_parity_regression.py
+++ b/python/pyspark/ml/tests/connect/test_parity_regression.py
@@ -21,6 +21,8 @@ from pyspark.ml.tests.test_regression import 
RegressionTestsMixin
 from pyspark.testing.connectutils import ReusedConnectTestCase
 
 
+# TODO(SPARK-52764): Re-enable this test after fixing the flakiness.
+@unittest.skip("Disabled due to flakiness, should be enabled after fixing the 
issue")
 class RegressionParityTests(RegressionTestsMixin, ReusedConnectTestCase):
     pass
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to