Skip to content

Commit

Permalink
fixed functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Sep 28, 2023
1 parent 008776a commit 11032f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/functional_tests/docs_how_to_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,22 @@
files = glob.glob(rootdir + how_to_dir + suffix, recursive=True)
expected_return_values = [0] * len(files)

# Skip these since they require graphviz and/or gcc
# Skip these since they cannot be tested in this way
ignore_files = [
"construct_c_task.ipynb",
"query_electron_execution_status.ipynb",
"query_lattice_execution_status.ipynb",
"visualize_lattice.ipynb",
"cancel_dispatch.ipynb",
"construct_bash_task.ipynb",
"file_transfers_to_remote.ipynb",
"file_transfers_to_from_remote.ipynb",
"file_transfers_for_workflows_to_remote.ipynb",
"creating_custom_executors.ipynb",
"file_transfers_to_from_azure_blob.ipynb",
"file_transfers_to_from_gcp_storage.ipynb",
"file_transfers_for_workflows_to_remote.ipynb",
"file_transfers_to_remote.ipynb",
]


Expand Down

0 comments on commit 11032f8

Please sign in to comment.