From 61fc0e2d3e5090b9ea251113fbe12cc5434e5cdd Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 18 Apr 2024 16:08:44 +0100 Subject: [PATCH] Update 'NOTEBOOKS_THAT_SUBMIT_JOBS' --- scripts/nb-tester/test-notebook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/nb-tester/test-notebook.py b/scripts/nb-tester/test-notebook.py index 967b0621810..753c1e88a2a 100644 --- a/scripts/nb-tester/test-notebook.py +++ b/scripts/nb-tester/test-notebook.py @@ -32,7 +32,6 @@ ] NOTEBOOKS_THAT_SUBMIT_JOBS = [ "docs/start/hello-world.ipynb", - "docs/run/save-and-retrieve.ipynb", "tutorials/build-repitition-codes/notebook.ipynb", "tutorials/chsh-inequality/notebook.ipynb", "tutorials/grovers-algorithm/notebook.ipynb",