dmvk commented on code in PR #21981: URL: https://github.com/apache/flink/pull/21981#discussion_r1119818006
########## flink-tests/src/test/java/org/apache/flink/test/recovery/LocalRecoveryITCase.java: ########## @@ -67,12 +68,14 @@ import java.util.Optional; import java.util.concurrent.TimeUnit; -import static org.assertj.core.api.Assertions.assertThat; +import static org.junit.jupiter.api.Assertions.assertTrue; /** Tests local recovery by restarting Flink processes. */ @ExtendWith(TestLoggerExtension.class) class LocalRecoveryITCase { Review Comment: What puzzles me is why the test wasn't failing before the change. I don't see anything along the lines of `@FailsWithAdaptiveScheduler` annotation being removed from the test. What am I missing? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org