Skip to content

Commit a1d9c5d

Browse files
committed
CI: deselections for 2025.0
1 parent 5b149cb commit a1d9c5d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

deselected_tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ deselected_tests:
380380
- model_selection/tests/test_classification_threshold.py::test_fit_and_score_over_thresholds_sample_weight >=1.5
381381
- model_selection/tests/test_classification_threshold.py::test_tuned_threshold_classifier_cv_zeros_sample_weights_equivalence >=1.5
382382

383+
# Deselections for 2025.0
384+
- ensemble/tests/test_forest.py::test_importances[ExtraTreesRegressor-squared_error-float64]
385+
383386
# --------------------------------------------------------
384387
# No need to test daal4py patching
385388
reduced_tests:

onedal/svm/tests/test_csr_svm.py

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ def _test_iris(queue, kernel):
142142
@pytest.mark.parametrize("queue", get_queues())
143143
@pytest.mark.parametrize("kernel", ["linear", "rbf", "poly", "sigmoid"])
144144
def test_iris(queue, kernel):
145+
if kernel == "rbf" and queue is None:
146+
pytest.skip("RBF CSR SVM test failing in 2025.0.")
145147
_test_iris(queue, kernel)
146148

147149

0 commit comments

Comments
 (0)