Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dev_tools/notebooks/isolated_notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ def test_all_notebooks_against_released_cirq(partition, notebook_path, cloned_en
See `test_changed_notebooks_against_released_cirq` for more details on
notebooks execution.
"""
# TODO(#6037,pavoljuhas) - remove after confirming we get error reports from the CI
if notebook_path.endswith('/circuits.ipynb'):
assert False, 'intentional failure to simulate CI-weekly run with failed test'
_rewrite_and_run_notebook(notebook_path, cloned_env)


Expand Down