We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2228c commit 1634b71Copy full SHA for 1634b71
itext.tests/itext.kernel.tests/itext/kernel/pdf/xobject/GetImageBytesTest.cs
@@ -100,12 +100,14 @@ public virtual void Testjbig2Filters() {
100
101
/// <exception cref="System.Exception"/>
102
[NUnit.Framework.Test]
103
+ [NUnit.Framework.Ignore("Ignored during the latest release. Please unignore after DEVSIX-3021")]
104
public virtual void TestFlateCmyk() {
105
TestFile("img_cmyk.pdf", "Im1", "tif");
106
}
107
108
109
110
111
public virtual void TestFlateCmykIcc() {
112
TestFile("img_cmyk_icc.pdf", "Im1", "tif");
113
0 commit comments