From 8b4da69a755bb9b03ea9e3759a0cdb193214ffde Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Tue, 24 Jan 2017 02:21:57 +0100 Subject: [PATCH] skipping JpegProfilingBenchmarks tests --- tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs b/tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs index 3f8995088..bfe1f1e76 100644 --- a/tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs +++ b/tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs @@ -32,7 +32,7 @@ namespace ImageSharp.Tests TestImages.Jpeg.Baseline.Jpeg444, }; - [Theory] // Benchmark, enable manually + // [Theory] // Benchmark, enable manually [MemberData(nameof(DecodeJpegData))] public void DecodeJpeg(string fileName) {