diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs b/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs index f1203d08e3..f20a04ea81 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs @@ -737,6 +737,7 @@ namespace Microsoft.ML.OnnxRuntime.Tests skipModels["test_bvlc_reference_caffenet"] = "System out of memory"; skipModels["coreml_VGG16_ImageNet"] = "System out of memory"; skipModels["test_ssd"] = "System out of memory"; + skipModels["roberta_sequence_classification"] = "System out of memory"; } return skipModels;