Skip to content

Commit

Permalink
test: re-enable notebooks taken out for arn (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored Jun 3, 2024
1 parent db3875a commit fca1c23
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/integ_tests/test_all_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fca1c23

Please sign in to comment.