From 00b18d9dc57d34b2d8361da0c18747ba3d558d20 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Mon, 9 Nov 2020 10:47:32 -0800 Subject: [PATCH] Update InferenceTest.cs to exclude one more model in x86 mode --- csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs | 1 + 1 file changed, 1 insertion(+) 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;