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