Closed
Description
There is a leftover from #1376 / #1659, since RemoteExecutor does not work with dotnet xunit
:
ImageSharp/tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs
Lines 118 to 123 in 255802c
This means that RemoteExecutor/FeatureTestRunner test passes can be false positives on 32 bit .NET Framework. Ideally this should be addressed together with #1386 by replacing dotnet xunit
with a local 32bit SDK installation + build + test run.