Skip to content

Commit 3edc2fa

Browse files
csadorfvardhan30016
authored andcommitted
CI: Xfail test_umap_outliers to mitigate flaky test failure. (rapidsai#7430)
Mitigates rapidsai#7412 Authors: - Simon Adorf (https://github.com/csadorf) Approvers: - Jim Crist-Harif (https://github.com/jcrist) URL: rapidsai#7430
1 parent 0ace1ec commit 3edc2fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/cuml/tests/test_umap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@ def test_umap_small_fit_large_transform():
927927
assert trust >= 0.9
928928

929929

930+
@pytest.mark.xfail(reason="https://github.com/rapidsai/cuml/issues/7412")
930931
@pytest.mark.parametrize("n_neighbors", [5, 15])
931932
@pytest.mark.parametrize("n_components", [2, 5])
932933
def test_umap_outliers(n_neighbors, n_components):

0 commit comments

Comments
 (0)