Skip to content

Commit

Permalink
Mark failing Colab notebook tests as XFAIL. (#19031)
Browse files Browse the repository at this point in the history
See #18919.

Tested here: https://github.com/iree-org/iree/actions/runs/11689771962

* I was able to reproduce the `tensorflow_hub_import.ipynb` compile
failure in Colab. Might be a real compiler regression in there.
* I was _not_ able to reproduce the `tflite_text_classification.ipynb`
error - likely some diff between the simulated test environment we have
and what is running in hosted Colab instances.
  • Loading branch information
ScottTodd authored Nov 5, 2024
1 parent 9650bfe commit 1afe2bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/colab/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
]

NOTEBOOKS_EXPECTED_TO_FAIL = [
# None!
# See https://github.com/iree-org/iree/issues/18919
"tensorflow_hub_import.ipynb",
"tflite_text_classification.ipynb",
]


Expand Down

0 comments on commit 1afe2bc

Please sign in to comment.