Skip to content

Commit

Permalink
Fix CI by adding OBP to correct notebook testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Nov 12, 2024
1 parent fc96a5f commit be7bbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ notebooks_normal_test = [
"docs/guides/serverless-run-first-workload.ipynb",
"docs/guides/specify-observables-pauli.ipynb",
"docs/guides/qiskit-addons-aqc-get-started.ipynb",
"docs/guides/qiskit-addons-obp-get-started.ipynb",
]

# Don't test the following notebooks (this section can include glob patterns)
Expand All @@ -55,6 +54,7 @@ notebooks_exclude = [
notebooks_that_submit_jobs = [
"docs/guides/primitive-input-output.ipynb",
"docs/guides/debug-qiskit-runtime-jobs.ipynb",
"docs/guides/qiskit-addons-obp-get-started.ipynb",
]

# The following notebooks submit jobs that are too big to mock with a simulator (or use functions that aren't supported on sims)
Expand Down

0 comments on commit be7bbb6

Please sign in to comment.