Skip to content

Commit

Permalink
TwoThreadsInferAtSameTime too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jun 14, 2024
1 parent 79d86ed commit 26b62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sdcb.PaddleOCR.Tests/OfflineModelsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public async Task QueuedOCR()
}
}

[Fact]
[Fact(Skip = "Too slow")]
public void TwoThreadsInferAtSameTime()
{
FullOcrModel model = LocalFullModels.EnglishV3;
Expand Down

0 comments on commit 26b62d3

Please sign in to comment.