From 9b1e46e35a4b9fb8f0bdb8ed167bcbf07655b152 Mon Sep 17 00:00:00 2001 From: Wei-Sheng Chin Date: Wed, 29 Jun 2022 13:37:10 -0700 Subject: [PATCH] Disable sequence-type tests since C# infra doesn't support well --- .../InferenceTest.netcore.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 7163ee13d3b98..393b6dd1d11f7 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs @@ -343,6 +343,18 @@ private static Dictionary GetSkippedModels(DirectoryInfo modelsD { "test_identity_opt", "opset16 version not implemented yet"}, { "test_if_opt", "opset16 version not implemented yet"}, { "test_loop16_seq_none", "opset16 version not implemented yet"}, + { "test_sequence_map_extract_shapes", "sequence type is not supported in test infra." }, + { "test_sequence_map_identity_1_sequence_1_tensor", "sequence type is not supported in test infra." }, + { "test_sequence_map_identity_1_sequence_1_tensor_expanded", "sequence type is not supported in test infra." }, + { "test_sequence_map_add_1_sequence_1_tensor", "sequence type is not supported in test infra." }, + { "test_sequence_map_identity_1_sequence_expanded", "sequence type is not supported in test infra." }, + { "test_sequence_map_identity_2_sequences", "sequence type is not supported in test infra." }, + { "test_sequence_map_add_2_sequences_expanded", "sequence type is not supported in test infra." }, + { "test_sequence_map_identity_2_sequences_expanded", "sequence type is not supported in test infra." }, + { "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." } }; // The following models fails on nocontribops win CI