From bac9c0eb50ed5f0361f00707dd6434061ef6fcfe Mon Sep 17 00:00:00 2001 From: Chun-Wei Chen Date: Wed, 16 Mar 2022 11:49:42 -0400 Subject: [PATCH] skip optional related models from opset16 (#10840) (#10878) --- .../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