Skip to content

Commit c94a9e2

Browse files
committed
Temporarily disable failing test
Issue #494
1 parent c4d2a3c commit c94a9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easy-random-core/src/test/java/org/jeasy/random/EasyRandomTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void nextEnumShouldNotAlwaysReturnTheSameValue() {
231231
}
232232

233233
@Test
234-
// this test fails on jdk17
234+
@Disabled("https://github.com/j-easy/easy-random/issues/494")
235235
void fieldsOfTypeClassShouldBeSkipped() {
236236
try {
237237
TestBean testBean = easyRandom.nextObject(TestBean.class);

0 commit comments

Comments
 (0)