From e0cec5c4a60d1032475fcb7667a409cd1bc529c5 Mon Sep 17 00:00:00 2001 From: Chun-Wei Chen Date: Fri, 11 Mar 2022 02:36:06 -0500 Subject: [PATCH] skip optional related models from opset16 (#10840) --- .../InferenceTest.netcore.cs | 3 +++ 1 file changed, 3 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 139d588f27..30fd66b446 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/InferenceTest.netcore.cs @@ -337,6 +337,9 @@ namespace Microsoft.ML.OnnxRuntime.Tests { "test_optional_get_element_sequence", "not implemented yet"}, { "test_optional_has_element", "not implemented yet"}, { "test_optional_has_element_empty", "not implemented yet"}, + { "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"}, }; // The following models fails on nocontribops win CI