From 14b493239280a75dae22e45607fdc790b5dfd65d Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 3 Feb 2014 18:35:15 +0000 Subject: [PATCH] Disable EPS dumb read tests Possibly unsurprisingly, the dark art of using GhostScript to render a subset of PostScript is not entirely stable across versions of that tool. Additionally, we cannot even guarantee that GhostScript will be available machines that run the tests. --- autotests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 872d411..0192636 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -43,7 +43,8 @@ endmacro() # Loads each image in read//, and compares the # result against the data read from the corresponding png file kimageformats_read_tests( - eps + #eps # EPS read tests depend on the vagaries of GhostScript + # which we cannot even guarantee to find jp2 pcx pic