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) {