Skip to content

Commit 26ddbc0

Browse files
committed
on Framework, SkipAllQuantizerTests should be also true locally
1 parent 939c164 commit 26ddbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Processing/Processors/Quantization/QuantizerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class QuantizerTests
1919
/// Not worth investigating for now.
2020
/// <see href="https://github.com/SixLabors/ImageSharp/pull/1114/checks?check_run_id=448891164#step:11:631"/>
2121
/// </summary>
22-
private static readonly bool SkipAllQuantizerTests = TestEnvironment.RunsOnCI && TestEnvironment.IsFramework;
22+
private static readonly bool SkipAllQuantizerTests = TestEnvironment.IsFramework;
2323

2424
public static readonly string[] CommonTestImages =
2525
{

0 commit comments

Comments
 (0)