Browse Source

fix test

pull/1999/head
Anton Firszov 4 years ago
parent
commit
1e410719c0
  1. 3
      tests/ImageSharp.Tests/Image/LargeImageIntegrationTests.cs

3
tests/ImageSharp.Tests/Image/LargeImageIntegrationTests.cs

@ -51,8 +51,7 @@ namespace SixLabors.ImageSharp.Tests
public void PreferContiguousImageBuffers_LoadImage_BufferIsContiguous(string formatOuter)
{
// Run remotely to avoid large allocation in the test process:
// RemoteExecutor.Invoke(RunTest).Dispose();
RunTest(formatOuter);
RemoteExecutor.Invoke(RunTest, formatOuter).Dispose();
static void RunTest(string formatInner)
{

Loading…
Cancel
Save