From 3d71ef06c62b881728f35c234ba5eb0fd48477d7 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 5 Nov 2024 09:51:05 -0800 Subject: [PATCH] Mark failing Colab notebook tests as XFAIL. --- samples/colab/test_notebooks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/colab/test_notebooks.py b/samples/colab/test_notebooks.py index 8a17e32e584b..646fc99c0a4e 100755 --- a/samples/colab/test_notebooks.py +++ b/samples/colab/test_notebooks.py @@ -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", ]