Skip to content

Commit 126aff6

Browse files
committed
update fix to amd notebook
1 parent eec6278 commit 126aff6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
def test_notebook() -> None:
2-
# test notebook content
3-
pass # Todo

tests/test_all_notebooks_are_tested.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ def _should_skip_notebook(notebook_name: str) -> bool:
2222
"/functions/" in notebook_path
2323
or "/community/" in notebook_path
2424
or "/.ipynb_checkpoints/" in notebook_path
25-
or "/resiliency_planning_AMD" in notebook_path
2625
)

0 commit comments

Comments
 (0)