From 0ee0b8cf1853fcf1fb3e2906122474f43fe548dd Mon Sep 17 00:00:00 2001 From: Wei-Sheng Chin Date: Thu, 30 Jun 2022 09:49:03 -0700 Subject: [PATCH] Disable sequence-type tests since C# infra doesn't support well (#12037) --- .../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 7163ee13d3..393b6dd1d1 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 @@ namespace Microsoft.ML.OnnxRuntime.Tests { "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