summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-08-27 09:56:16 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-08-27 09:56:16 +0200
commit86cf80d98a39c812998ac7fc55b44f2656f9dd18 (patch)
tree085044012321aae805594ccc33234bc493279a0d
parent8be6dfed60d5db3ee5b68ac72f02dc0c9904ee02 (diff)
disableicc
Gbp-Pq: Name disableicc.patch
-rw-r--r--src/img2pdf_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/img2pdf_test.py b/src/img2pdf_test.py
index a47f99c..9fd1c1f 100644
--- a/src/img2pdf_test.py
+++ b/src/img2pdf_test.py
@@ -5320,7 +5320,7 @@ def test_png_palette8(tmp_path_factory, png_palette8_img, png_palette8_pdf):
)
def test_png_icc(tmp_path_factory, png_icc_img, png_icc_pdf):
tmpdir = tmp_path_factory.mktemp("png_icc")
- compare_ghostscript(tmpdir, png_icc_img, png_icc_pdf, icc=True)
+ # compare_ghostscript(tmpdir, png_icc_img, png_icc_pdf, icc=True)
# compare_poppler(tmpdir, png_icc_img, png_icc_pdf)
# compare_mupdf(tmpdir, png_icc_img, png_icc_pdf)
# compare_pdfimages_png(tmpdir, png_icc_img, png_icc_pdf)