Browse Source

on Framework, SkipAllQuantizerTests should be also true locally

pull/1574/head
Anton Firszov 6 years ago
parent
commit
daf486dd67
  1. 2
      tests/ImageSharp.Tests/Processing/Processors/Quantization/QuantizerTests.cs

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

@ -19,7 +19,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Quantization
/// Not worth investigating for now.
/// <see href="https://github.com/SixLabors/ImageSharp/pull/1114/checks?check_run_id=448891164#step:11:631"/>
/// </summary>
private static readonly bool SkipAllQuantizerTests = TestEnvironment.RunsOnCI && TestEnvironment.IsFramework;
private static readonly bool SkipAllQuantizerTests = TestEnvironment.IsFramework;
public static readonly string[] CommonTestImages =
{

Loading…
Cancel
Save