Browse Source

Ad true to restore old behavior ;)

pull/3013/head
Stefan Nikolei 3 months ago
parent
commit
daba716ee1
  1. 2
      tests/ImageSharp.Tests/Image/ImageTests.WrapMemory.cs

2
tests/ImageSharp.Tests/Image/ImageTests.WrapMemory.cs

@ -570,6 +570,6 @@ public partial class ImageTests
}
private static bool ShouldSkipBitmapTest =>
!TestEnvironment.Is64BitProcess;
!TestEnvironment.Is64BitProcess || true;
}
}

Loading…
Cancel
Save