Skip to content

Commit eed1189

Browse files
committed
disable tests
1 parent d51663c commit eed1189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_unittests/ut_ort/test_sklearn_array_api_ort.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class TestSklearnArrayAPIOrt(ExtTestCase):
1717
reason="reshape ArrayAPI not followed",
1818
)
1919
@skipif_ci_windows("Unstable on Windows.")
20+
@unittest.skip("discontinued")
2021
def test_sklearn_array_api_linear_discriminant_ort(self):
2122
X = np.array(
2223
[[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]], dtype=np.float64
@@ -40,6 +41,7 @@ def test_sklearn_array_api_linear_discriminant_ort(self):
4041
reason="reshape ArrayAPI not followed",
4142
)
4243
@skipif_ci_windows("Unstable on Windows.")
44+
@unittest.skip("discontinued")
4345
def test_sklearn_array_api_linear_discriminant_ort_float32(self):
4446
X = np.array(
4547
[[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]], dtype=np.float32

0 commit comments

Comments
 (0)