From cf8bad7f19830567bde7725835501c0d0dda7a71 Mon Sep 17 00:00:00 2001 From: Chun-Wei Chen Date: Mon, 6 Feb 2023 21:44:04 -0800 Subject: [PATCH] Fix CI failure: temporarily disable real model tests from onnx repo (#14606) ### Description To faster unblock pipeline failure globally, disable these real models tests from onnx repo for now. Meanwhile, we are trying to move these models to Azure. ### Motivation and Context https://github.com/onnx/onnx/issues/4857 these models in onnx repo are broken. They are setup 4 years ago and the owner of these AWS instances is unfound. --- .../testdata/onnx_backend_test_series_filters.jsonc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc index 428910849f..7a9f09c185 100644 --- a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc +++ b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc @@ -131,7 +131,18 @@ "^test_edge_pad_cuda", "^test_reflect_pad_cuda", "^test_softplus_example_expanded_cuda", - "^test_softplus_expanded_cuda" + "^test_softplus_expanded_cuda", + + // TODO: Recover these real model tests from onnx + "^test_vgg19", + "^test_zfnet512", + "^test_bvlc_alexnet", + "^test_densenet121", + "^test_inception_v1", + "^test_inception_v2", + "^test_resnet50", + "^test_shufflenet", + "^test_squeezenet" ], "current_failing_tests_x86": [ "^test_vgg19",