From ed1850ebec6b25aea862dd864113e9f8d7a5ca3a 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 1aa70989b..bc2c7b8e8 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 };