skip 2 models in C# test (#13384)

### Description
<!-- Describe your changes. -->



### Motivation and Context

these 2 models are also skipped in gtest

fc12abf6b1/onnxruntime/test/providers/cpu/model_tests.cc (L119-L122)
This commit is contained in:
Yi Zhang 2022-10-21 09:01:34 +08:00 committed by GitHub
parent 7a3486c3ee
commit bb16ee712e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,7 +359,9 @@ namespace Microsoft.ML.OnnxRuntime.Tests
{ "test_sequence_map_extract_shapes_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_add_1_sequence_1_tensor_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_add_2_sequences", "sequence type is not supported in test infra." },
{ "test_sequence_map_identity_1_sequence", "sequence type is not supported in test infra." }
{ "test_sequence_map_identity_1_sequence", "sequence type is not supported in test infra." },
{ "BERT-Squad-int8", "training domain"},
{ "YOLOv3-12-int8", "training_domain"}
};
// The following models fails on nocontribops win CI