We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1db81e commit c4f98b2Copy full SHA for c4f98b2
tests/notebooks/test__community_and_functions.py
@@ -16,6 +16,9 @@ def _should_test_notebook(notebook_path: str) -> bool:
16
if notebook_path.endswith("/logical_qubits_by_alice_and_bob.ipynb"):
17
pytest.skip("Skipping 'logical_qubits_by_alice_and_bob'")
18
return False
19
+ if notebook_path.endswith("/resiliency_planning_AMD.ipynb"):
20
+ pytest.skip("Skipping 'resiliency_planning_AMD'")
21
+ return False
22
23
return "/functions/" in notebook_path or "/community/" in notebook_path
24
0 commit comments