Skip to content

Commit

Permalink
Verify error reporting from the CI-weekly run (#6060)
Browse files Browse the repository at this point in the history
Intentionally fail one tests to verify error report from CI-weekly workflow.

Related to #6037
  • Loading branch information
pavoljuhas committed Apr 13, 2023
1 parent e7ef9d4 commit 1445f12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev_tools/notebooks/isolated_notebook_test.py
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

0 comments on commit 1445f12

Please sign in to comment.