From daf486dd67b01505805eae9a7dcf3214611371da Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 12 Mar 2020 23:49:49 +0100 Subject: [PATCH] on Framework, SkipAllQuantizerTests should be also true locally --- .../Processing/Processors/Quantization/QuantizerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/Processing/Processors/Quantization/QuantizerTests.cs b/tests/ImageSharp.Tests/Processing/Processors/Quantization/QuantizerTests.cs index 4ea01c94c..bcbb60e79 100644 --- a/tests/ImageSharp.Tests/Processing/Processors/Quantization/QuantizerTests.cs +++ b/tests/ImageSharp.Tests/Processing/Processors/Quantization/QuantizerTests.cs @@ -19,7 +19,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Quantization /// Not worth investigating for now. /// /// - private static readonly bool SkipAllQuantizerTests = TestEnvironment.RunsOnCI && TestEnvironment.IsFramework; + private static readonly bool SkipAllQuantizerTests = TestEnvironment.IsFramework; public static readonly string[] CommonTestImages = {