Skip to content

Commit 0b26f09

Browse files
committed
. t experiment with running these tests just on jdk 21+
1 parent 2ba6f92 commit 0b26f09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

approvaltests-tests/src/test/java/org/approvaltests/InlineApprovalsTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
import org.approvaltests.inline.InlineComparator;
55
import org.approvaltests.reporters.*;
66
import org.junit.jupiter.api.Test;
7+
import org.junit.jupiter.api.condition.EnabledOnJre;
8+
import org.junit.jupiter.api.condition.JRE;
79

810
import java.util.List;
911

1012
import static org.junit.jupiter.api.Assertions.assertEquals;
1113

14+
@EnabledOnJre({JRE.JAVA_21})
1215
public class InlineApprovalsTest
1316
{
1417
@Test

0 commit comments

Comments
 (0)