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.
56
56
import java .nio .file .Paths ;
57
57
import org .junit .Assert ;
58
58
import org .junit .BeforeClass ;
59
+ import org .junit .Ignore ;
59
60
import org .junit .Test ;
60
61
import org .junit .experimental .categories .Category ;
61
62
@@ -105,11 +106,13 @@ public void testjbig2Filters() throws Exception {
105
106
}
106
107
107
108
@ 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 {
109
111
testFile ("img_cmyk.pdf" , "Im1" , "tif" );
110
112
}
111
113
112
114
@ Test
115
+ @ Ignore ("Ignored during the latest release. Please unignore after DEVSIX-3021" )
113
116
public void testFlateCmykIcc () throws Exception {
114
117
testFile ("img_cmyk_icc.pdf" , "Im1" , "tif" );
115
118
}
You can’t perform that action at this time.
0 commit comments