From 1fa956fb3f959b69ea7cf5f5b0fab2ace663fc25 Mon Sep 17 00:00:00 2001 From: pulkittomar Date: Sun, 27 Oct 2019 09:47:31 -0700 Subject: [PATCH] Undo integration test skip (#1917) --- csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs b/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs index c566e8853a..33b19b1906 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs @@ -969,7 +969,7 @@ namespace Microsoft.ML.OnnxRuntime.Tests } } - [Fact(Skip = "The Model Serialization Test fails on linux. Test skipped until fixed. Serialization API should not be used before fix.")] + [Fact] private void TestModelSerialization() { string modelPath = Path.Combine(Directory.GetCurrentDirectory(), "squeezenet.onnx");