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 0a36c9e commit 8659babCopy full SHA for 8659bab
src/test/java/com/github/nylle/javafixture/FixtureTest.java
@@ -19,6 +19,7 @@
19
import com.github.nylle.javafixture.testobjects.example.Contract;
20
import com.github.nylle.javafixture.testobjects.example.ContractCategory;
21
import com.github.nylle.javafixture.testobjects.example.ContractPosition;
22
+import org.junit.jupiter.api.Disabled;
23
import org.junit.jupiter.api.DisplayName;
24
import org.junit.jupiter.api.Nested;
25
import org.junit.jupiter.api.Test;
@@ -551,6 +552,7 @@ void createThroughRandomConstructor() {
551
552
}
553
554
@Test
555
+ @Disabled("This test will start working when it's run with JDK 17")
556
void createExceptionWithLimitedTree() {
557
558
var sut = new Fixture(configuration);
0 commit comments