From 1bfd6bd4cf534f9fad985e2228d603afa6d199f5 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 22 Dec 2016 12:04:33 +1100 Subject: [PATCH] Waaaay to kill testing speed! --- tests/ImageSharp.Tests/FileTestBase.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ImageSharp.Tests/FileTestBase.cs b/tests/ImageSharp.Tests/FileTestBase.cs index 1aa70989bc..bc2c7b8e83 100644 --- a/tests/ImageSharp.Tests/FileTestBase.cs +++ b/tests/ImageSharp.Tests/FileTestBase.cs @@ -33,16 +33,16 @@ namespace ImageSharp.Tests // TestImages.Png.Blur, // Perf: Enable for local testing only // TestImages.Png.Indexed, // Perf: Enable for local testing only TestImages.Png.Splash, - TestImages.Png.SplashInterlaced, - TestImages.Png.Interlaced, + // TestImages.Png.SplashInterlaced, // Perf: Enable for local testing only + // TestImages.Png.Interlaced, // Perf: Enable for local testing only // TestImages.Png.Filter0, // Perf: Enable for local testing only // TestImages.Png.Filter1, // Perf: Enable for local testing only // TestImages.Png.Filter2, // Perf: Enable for local testing only // TestImages.Png.Filter3, // Perf: Enable for local testing only // TestImages.Png.Filter4, // Perf: Enable for local testing only // TestImages.Png.FilterVar, // Perf: Enable for local testing only - TestImages.Gif.Rings, - TestImages.Gif.Cheers, + TestImages.Gif.Rings, // Perf: Enable for local testing only + // TestImages.Gif.Cheers, // TestImages.Gif.Giphy // Perf: Enable for local testing only };