Skip to content

Commit 255802c

Browse files
committed
improve comment
1 parent 816a379 commit 255802c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ public void GetReferenceDecoder_ReturnsCorrectDecoders_Linux(string fileName, Ty
115115
Assert.IsType(expectedDecoderType, decoder);
116116
}
117117

118-
// The RemoteExecutor fix does not work well with the "dotnet xunit" call
119-
// we use with Framework on 32 bit:
118+
// RemoteExecutor does not work with "dotnet xunit" used to run tests on 32 bit .NET Framework:
120119
// https://github.com/SixLabors/ImageSharp/blob/381dff8640b721a34b1227c970fcf6ad6c5e3e72/ci-test.ps1#L30
121120
public static bool IsNot32BitNetFramework = !TestEnvironment.IsFramework || TestEnvironment.Is64BitProcess;
122121

0 commit comments

Comments
 (0)