Skip to content

Commit 42cfe19

Browse files
committed
Move monitor-job to execute on real hardware
1 parent 9d01b3e commit 42cfe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config/notebook-testing.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ notebooks = [
9191
"docs/guides/primitives.ipynb",
9292
"docs/guides/run-jobs-batch.ipynb",
9393
"docs/guides/run-jobs-session.ipynb",
94-
"docs/guides/monitor-job.ipynb",
9594
"docs/guides/primitive-input-output.ipynb",
9695
]
9796

@@ -100,6 +99,7 @@ notebooks = [
10099
test-strategies.hardware = { patch="qiskit-ibm-runtime-open" }
101100
notebooks = [
102101
"docs/tutorials/hello-world.ipynb",
102+
"docs/guides/monitor-job.ipynb",
103103
# The following notebook takes >300s to run and should be executed in the
104104
# cron job. Even though it does not use real hardware
105105
"docs/guides/qiskit-addons-cutting-gates.ipynb",

0 commit comments

Comments
 (0)