Skip to content

Commit

Permalink
Temporarily disable failing test
Browse files Browse the repository at this point in the history
Issue #494
  • Loading branch information
fmbenhassine committed Jun 29, 2023
1 parent c4d2a3c commit c94a9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void nextEnumShouldNotAlwaysReturnTheSameValue() {
}

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

0 comments on commit c94a9e2

Please sign in to comment.