From bb16ee712ece6871f87092bdbf43daf6b4d24a17 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 21 Oct 2022 09:01:34 +0800 Subject: [PATCH] skip 2 models in C# test (#13384) ### Description ### Motivation and Context these 2 models are also skipped in gtest https://github.com/microsoft/onnxruntime/blob/fc12abf6b1e66a3a09622210ef5d5c4574e070fe/onnxruntime/test/providers/cpu/model_tests.cc#L119-L122 --- .../InferenceTest.netcore.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs index fb4cd8a389..6da409c49c 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs @@ -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