From a695651b2013b0d31b75487fcec557793bc7f805 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 10 Apr 2024 01:26:14 -0700 Subject: [PATCH] Disable `test_fil_skl_classification` --- ci/test_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index 0ddcabbeb8..3b5fb85072 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -27,7 +27,7 @@ else ./ci/run_cuml_singlegpu_pytests.sh \ --numprocesses=8 \ --dist=worksteal \ - -k 'not test_sparse_pca_inputs' \ + -k 'not test_sparse_pca_inputs and not test_fil_skl_classification' \ --junitxml="${RAPIDS_TESTS_DIR}/junit-cuml.xml" # Run test_sparse_pca_inputs separately