From 3e409a845a0fa6c9cf0341eeaebf140e969ae731 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 8 Mar 2023 02:27:56 -0800 Subject: [PATCH] skip --- ci/test_notebooks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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