Undo integration test skip (#1917)

This commit is contained in:
pulkittomar 2019-10-27 09:47:31 -07:00 committed by shahasad
parent a2596b706b
commit 1fa956fb3f

View file

@ -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");