Skip to content

Commit c4f98b2

Browse files
skip amd test
1 parent a1db81e commit c4f98b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/notebooks/test__community_and_functions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ def _should_test_notebook(notebook_path: str) -> bool:
1616
if notebook_path.endswith("/logical_qubits_by_alice_and_bob.ipynb"):
1717
pytest.skip("Skipping 'logical_qubits_by_alice_and_bob'")
1818
return False
19+
if notebook_path.endswith("/resiliency_planning_AMD.ipynb"):
20+
pytest.skip("Skipping 'resiliency_planning_AMD'")
21+
return False
1922

2023
return "/functions/" in notebook_path or "/community/" in notebook_path
2124

0 commit comments

Comments
 (0)