Skip to content

Commit 036bc3c

Browse files
committed
Ignore tests related to SNAPSHOT being written to extracted images.
DEVSIX-3021
1 parent e39598a commit 036bc3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/GetImageBytesTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ This file is part of the iText (R) project.
5656
import java.nio.file.Paths;
5757
import org.junit.Assert;
5858
import org.junit.BeforeClass;
59+
import org.junit.Ignore;
5960
import org.junit.Test;
6061
import 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
}

0 commit comments

Comments
 (0)