diff --git a/context/test_notebooks.py b/context/test_notebooks.py index faaa2b8b..96538aad 100755 --- a/context/test_notebooks.py +++ b/context/test_notebooks.py @@ -25,7 +25,11 @@ ignored_filenames = ["-csv", "benchmark", "target", "performance"] ignored_notebooks = [ 'cusignal/api_guide/io_examples.ipynb', # 26gb data download - 'cugraph/algorithms/layout/Force-Atlas2.ipynb' # marked as skipped + + # following nbs are marked as skipped + 'cugraph/algorithms/layout/Force-Atlas2.ipynb', + 'cuspatial/binary_predicates.ipynb', + 'cuspatial/cuproj_benchmark.ipynb' ]