From 1e410719c0b095de8361183184af043529f2384c Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Tue, 15 Feb 2022 02:22:25 +0100 Subject: [PATCH] fix test --- tests/ImageSharp.Tests/Image/LargeImageIntegrationTests.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ImageSharp.Tests/Image/LargeImageIntegrationTests.cs b/tests/ImageSharp.Tests/Image/LargeImageIntegrationTests.cs index 00714c816a..f44f124b0e 100644 --- a/tests/ImageSharp.Tests/Image/LargeImageIntegrationTests.cs +++ b/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) {