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. -->
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.
This commit is contained in:
Chun-Wei Chen 2023-02-06 21:44:04 -08:00 committed by GitHub
parent d632f9a3fa
commit cf8bad7f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",