Skip to content

Commit

Permalink
fix: exclude device-dependent tests from test_all_notebooks (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer authored Dec 2, 2024
1 parent 595cf50 commit 5b94e9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/integ_tests/test_all_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"0_hello_cudaq_jobs.ipynb",
"1_simulation_with_GPUs.ipynb",
"2_parallel_simulations.ipynb",
# Notebooks that require devices to be online
"Randomness_Generation.ipynb",
"Allocating_Qubits_on_QPU_Devices.ipynb",
"Getting_Started_with_OpenQASM_on_Braket.ipynb",
"0_Getting_Started.ipynb",
"Noise_models_on_Rigetti.ipynb",
"2_Running_quantum_circuits_on_QPU_devices.ipynb",
"Verbatim_Compilation.ipynb",
]

if (
Expand Down

0 comments on commit 5b94e9c

Please sign in to comment.