diff --git a/deselected_tests.yaml b/deselected_tests.yaml index 139efe4585..df29e14f06 100755 --- a/deselected_tests.yaml +++ b/deselected_tests.yaml @@ -751,3 +751,8 @@ gpu: # RuntimeError: Device support is not implemented, failing as result of fallback to cpu false - svm/tests/test_svm.py::test_unfitted - tests/test_common.py::test_estimators[SVC()-check_estimators_unfitted] + + # Failed on the onedal's LinearRegression call. + # RuntimeError: oneapi::mkl::lapack::potrf: computation error: info = 2: Leading principal minor of order + # 2 is not positive, and the factorization could not be completed. + - ensemble/tests/test_stacking.py::test_stacking_prefit[StackingRegressor-DummyRegressor-predict-final_estimator1-X1-y1]