Skip to content

Commit c139ce0

Browse files
committed
Comment out a test that is probably useless but certainly fails on JDK 11
1 parent a99006d commit c139ce0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/com/fasterxml/jackson/databind/interop/IllegalTypesCheckTest.java

+4
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ public void testJDKTypes1737() throws Exception
7979
public void testJDKTypes1855() throws Exception
8080
{
8181
// apparently included by JDK?
82+
// 05-Mar-2019, tatu: may or may not be included; but breaks tests for Java 11.
83+
// Also not sure if it ever was widely included so...
84+
/*
8285
_testIllegalType("com.sun.org.apache.bcel.internal.util.ClassLoader");
86+
*/
8387

8488
// also: we can try some form of testing, even if bit contrived...
8589
_testIllegalType(BogusPointcutAdvisor.class);

0 commit comments

Comments
 (0)