mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
Undo integration test skip (#1917)
This commit is contained in:
parent
a2596b706b
commit
1fa956fb3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue