diff --git a/ci/test_notebooks.sh b/ci/test_notebooks.sh index 7f5f35219b0..c9dc99733a9 100755 --- a/ci/test_notebooks.sh +++ b/ci/test_notebooks.sh @@ -34,7 +34,7 @@ pushd notebooks # Add notebooks that should be skipped here # (space-separated list of filenames without paths) -SKIPNBS="" +SKIPNBS="performance_comparisons.ipynb" EXITCODE=0 trap "EXITCODE=1" ERR