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 88bf5f9 commit b72f56cCopy full SHA for b72f56c
approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java
@@ -73,6 +73,7 @@ void testSequenceWithTimings()
73
AwtApprovals.verifySequenceWithTimings(5,
74
f -> new Tuple<>(squareDrawer.setSquareSize(f * 10), Duration.ofSeconds(1 + f)));
75
}
76
+ @DisabledOnJre({JRE.JAVA_8})
77
@Test
78
void testBufferedImage()
79
{
0 commit comments