From fca1c23e26ee625f656852d98bf857ad9d773ccd Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:25:50 -0700 Subject: [PATCH] test: re-enable notebooks taken out for arn (#590) --- test/integ_tests/test_all_notebooks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/integ_tests/test_all_notebooks.py b/test/integ_tests/test_all_notebooks.py index 8dc7fe2ee..f16fdafd4 100644 --- a/test/integ_tests/test_all_notebooks.py +++ b/test/integ_tests/test_all_notebooks.py @@ -24,13 +24,8 @@ if os.environ.get("AWS_DEFAULT_REGION") == "eu-north-1" or os.environ.get("AWS_REGION") == "eu-north-1": EXTRA_EXCLUDES = [ - "Quantum_machine_learning_in_Amazon_Braket_Hybrid_Jobs.ipynb", - "Using_PennyLane_with_Braket_Hybrid_Jobs.ipynb", - "Running_notebooks_as_hybrid_jobs.ipynb", - "2_Graph_optimization_with_QAOA.ipynb", "Using_The_Adjoint_Gradient_Result_Type.ipynb", "0_Getting_Started.ipynb", - "0_Creating_your_first_Hybrid_Job.ipynb", ] EXCLUDED_NOTEBOOKS.extend(EXTRA_EXCLUDES)