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