From 0b9f7bb1b0d56d7fffccd0557525d6c03229d137 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Tue, 3 Nov 2020 22:59:07 -0800 Subject: [PATCH] Update InferenceTest.cs --- 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 97981bde3f..f1203d08e3 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs @@ -736,6 +736,7 @@ namespace Microsoft.ML.OnnxRuntime.Tests skipModels["test_zfnet512"] = "System out of memory"; skipModels["test_bvlc_reference_caffenet"] = "System out of memory"; skipModels["coreml_VGG16_ImageNet"] = "System out of memory"; + skipModels["test_ssd"] = "System out of memory"; } return skipModels;