Skip to content

Commit

Permalink
Notebook times out in CI, remove from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Nov 1, 2024
1 parent d1ec6c3 commit 136fc80
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 @@ -33,7 +33,6 @@ notebooks_normal_test = [
"docs/guides/serverless-first-program.ipynb",
"docs/guides/serverless-run-first-workload.ipynb",
"docs/guides/specify-observables-pauli.ipynb",
"docs/guides/qiskit-addons-sqd-get-started.ipynb",
]

# Don't test the following notebooks (this section can include glob patterns)
Expand All @@ -46,6 +45,7 @@ notebooks_exclude = [
"docs/guides/functions.ipynb",
"docs/guides/qunasys-quri-chemistry.ipynb",
"docs/guides/ibm-circuit-function.ipynb",
"docs/guides/qiskit-addons-sqd-get-started.ipynb",
]

# The following notebooks submit jobs that can be mocked with a simulator
Expand Down

0 comments on commit 136fc80

Please sign in to comment.