diff --git a/tests/ImageProcessorCore.Tests/Processors/ProcessorTestBase.cs b/tests/ImageProcessorCore.Tests/Processors/ProcessorTestBase.cs index e653702b06..6c79efa434 100644 --- a/tests/ImageProcessorCore.Tests/Processors/ProcessorTestBase.cs +++ b/tests/ImageProcessorCore.Tests/Processors/ProcessorTestBase.cs @@ -23,6 +23,8 @@ namespace ImageProcessorCore.Tests { //"TestImages/Formats/Jpg/Floorplan.jpeg", // Perf: Enable for local testing only "TestImages/Formats/Jpg/Calliphora.jpg", + //"TestImages/Formats/Jpg/fb.jpg", // Perf: Enable for local testing only + //"TestImages/Formats/Jpg/progress.jpg", // Perf: Enable for local testing only //"TestImages/Formats/Jpg/gamma_dalai_lama_gray.jpg", // Perf: Enable for local testing only "TestImages/Formats/Bmp/Car.bmp", //"TestImages/Formats/Png/blur.png", // Perf: Enable for local testing only diff --git a/tests/ImageProcessorCore.Tests/TestImages/Formats/Jpg/fb.jpg b/tests/ImageProcessorCore.Tests/TestImages/Formats/Jpg/fb.jpg new file mode 100644 index 0000000000..305294f47e Binary files /dev/null and b/tests/ImageProcessorCore.Tests/TestImages/Formats/Jpg/fb.jpg differ diff --git a/tests/ImageProcessorCore.Tests/TestImages/Formats/Jpg/progress.jpg b/tests/ImageProcessorCore.Tests/TestImages/Formats/Jpg/progress.jpg new file mode 100644 index 0000000000..23487deac1 Binary files /dev/null and b/tests/ImageProcessorCore.Tests/TestImages/Formats/Jpg/progress.jpg differ