Skip to content

Commit b72f56c

Browse files
committed
disable test for jdk 8
1 parent 88bf5f9 commit b72f56c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ void testSequenceWithTimings()
7373
AwtApprovals.verifySequenceWithTimings(5,
7474
f -> new Tuple<>(squareDrawer.setSquareSize(f * 10), Duration.ofSeconds(1 + f)));
7575
}
76+
@DisabledOnJre({JRE.JAVA_8})
7677
@Test
7778
void testBufferedImage()
7879
{

0 commit comments

Comments
 (0)