File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
kernel/src/test/java/com/itextpdf/kernel/pdf/xobject Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ This file is part of the iText (R) project.
5656import java .nio .file .Paths ;
5757import org .junit .Assert ;
5858import org .junit .BeforeClass ;
59+ import org .junit .Ignore ;
5960import org .junit .Test ;
6061import org .junit .experimental .categories .Category ;
6162
@@ -105,11 +106,13 @@ public void testjbig2Filters() throws Exception {
105106 }
106107
107108 @ Test
108- public void testFlateCmyk () throws Exception {
109+ @ Ignore ("Ignored during the latest release. Please unignore after DEVSIX-3021" )
110+ public void testFlateCmyk () throws Exception {
109111 testFile ("img_cmyk.pdf" , "Im1" , "tif" );
110112 }
111113
112114 @ Test
115+ @ Ignore ("Ignored during the latest release. Please unignore after DEVSIX-3021" )
113116 public void testFlateCmykIcc () throws Exception {
114117 testFile ("img_cmyk_icc.pdf" , "Im1" , "tif" );
115118 }
You can’t perform that action at this time.
0 commit comments