Fix some missing tests in circleci (#33559)

* fix

* fix

* fix

* fix

* skip

* skip more

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2024-09-20 20:58:51 +02:00
committed by GitHub
parent 77c5d59e0e
commit 077b552f07
4 changed files with 21 additions and 1 deletions

View File

@@ -1148,6 +1148,7 @@ JOB_TO_TEST_FILE = {
"pipelines_torch": r"tests/models/.*/test_modeling_(?!(?:flax_|tf_)).*",
"tests_hub": r"tests/.*",
"tests_onnx": r"tests/models/.*/test_modeling_(?:tf_|(?!flax)).*",
"tests_non_model": r"tests/[^/]*?/test_.*\.py",
}