Skip to content

Commit 8a1c25d

Browse files
authored
Add back skip for cuGraph notebook.
1 parent a27aaa1 commit 8a1c25d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

context/test_notebooks.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"demo",
2222
]
2323
ignored_filenames = ["-csv", "benchmark", "target", "performance"]
24-
ignored_notebooks = []
24+
ignored_notebooks = [
25+
# The following notebooks are skipped in tests
26+
'cugraph/algorithms/layout/Force-Atlas2.ipynb',
27+
]
2528

2629

2730
def get_notebooks(directory: str) -> Iterable[str]:

0 commit comments

Comments
 (0)