Skip to content

Commit fc790c1

Browse files
jcwchenrui-ren
authored andcommitted
Fix CI failure: temporarily disable real model tests from onnx repo (#14606)
### Description <!-- Describe your changes. --> 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 <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> onnx/onnx#4857 these models in onnx repo are broken. They are setup 4 years ago and the owner of these AWS instances is unfound.
1 parent 3d3e873 commit fc790c1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,18 @@
131131
"^test_edge_pad_cuda",
132132
"^test_reflect_pad_cuda",
133133
"^test_softplus_example_expanded_cuda",
134-
"^test_softplus_expanded_cuda"
134+
"^test_softplus_expanded_cuda",
135+
136+
// TODO: Recover these real model tests from onnx
137+
"^test_vgg19",
138+
"^test_zfnet512",
139+
"^test_bvlc_alexnet",
140+
"^test_densenet121",
141+
"^test_inception_v1",
142+
"^test_inception_v2",
143+
"^test_resnet50",
144+
"^test_shufflenet",
145+
"^test_squeezenet"
135146
],
136147
"current_failing_tests_x86": [
137148
"^test_vgg19",

0 commit comments

Comments
 (0)