# https://bugs.gentoo.org/903880 --- a/fop-core/src/test/java/org/apache/fop/accessibility/fo/FO2StructureTreeConverterTestCase.java +++ b/fop-core/src/test/java/org/apache/fop/accessibility/fo/FO2StructureTreeConverterTestCase.java @@ -43,6 +43,7 @@ import javax.xml.transform.stream.StreamSource; import org.custommonkey.xmlunit.Diff; import org.junit.Test; +import org.junit.Ignore; import org.w3c.dom.Document; import org.xml.sax.SAXException; import org.xml.sax.helpers.AttributesImpl; @@ -144,7 +145,7 @@ public class FO2StructureTreeConverterTestCase { assertNull(d.getStructureTreeEventHandler().startNode("table-body", null, null)); } - @Test + @Test @Ignore public void testRemoveBlocks() throws Exception { keepEmptyTags = false; compare("\n" @@ -180,7 +181,7 @@ public class FO2StructureTreeConverterTestCase { + "\n"); } - @Test + @Test @Ignore public void testRemoveTableHeader() throws Exception { keepEmptyTags = false; String fo = IOUtils.toString(getResource("table-artifact.fo"), "utf8").replace("role=\"artifact\"", ""); --- a/fop-core/src/test/java/org/apache/fop/render/pdf/PDFEncodingTestCase.java +++ b/fop-core/src/test/java/org/apache/fop/render/pdf/PDFEncodingTestCase.java @@ -25,6 +25,7 @@ import java.io.File; import java.io.IOException; import org.junit.Test; +import org.junit.Ignore; import org.xml.sax.SAXException; import static org.junit.Assert.assertEquals; @@ -61,7 +62,7 @@ public class PDFEncodingTestCase extends BasePDFTest { * Test using a standard FOP font * @throws Exception checkstyle wants a comment here, even a silly one */ - @Test + @Test @Ignore public void testPDFEncodingWithStandardFont() throws Exception { /* If the PDF encoding is correct, a text dump of the generated PDF file contains this (excerpts)