Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable TFL tests broken by tfhub/kaggle. (iree-org#17794)
Sample logs: https://github.com/iree-org/iree/actions/runs/9760105520/job/26938839345 (`urllib.error.HTTPError: HTTP Error 500: Internal Server Error`) URLs like https://tfhub.dev/sayakpaul/lite-model/east-text-detector/dr/1?lite-format=tflite no longer work with direct downloading. "TensorFlow Hub has been integrated with Kaggle Models.", so those URLs are getting redirected to e.g. https://www.kaggle.com/models/spsayakpaul/east-text-detector/tfLite/dr/1?lite-format=tflite&tfhub-redirect=true, which hides the files behind some new download API. Until we can migrate to the new API (or use the cURL endpoint and extract from the .tar.gz archive), disable affected tests.
- Loading branch information