Skip to content

Commit 1124d5d

Browse files
ScottToddgiacs-epic
authored andcommitted
Mark failing Colab notebook tests as XFAIL. (iree-org#19031)
See iree-org#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. Signed-off-by: Giacomo Serafini <[email protected]>
1 parent 385e488 commit 1124d5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/colab/test_notebooks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
]
2323

2424
NOTEBOOKS_EXPECTED_TO_FAIL = [
25-
# None!
25+
# See https://github.com/iree-org/iree/issues/18919
26+
"tensorflow_hub_import.ipynb",
27+
"tflite_text_classification.ipynb",
2628
]
2729

2830

0 commit comments

Comments
 (0)