snuyanzin commented on code in PR #20805: URL: https://github.com/apache/flink/pull/20805#discussion_r974059239
########## flink-test-utils-parent/flink-test-utils-junit/src/test/java/org/apache/flink/testutils/junit/RetryOnFailureTest.java: ########## @@ -18,18 +18,17 @@ package org.apache.flink.testutils.junit; -import org.apache.flink.testutils.junit.extensions.retry.RetryExtension; - -import org.junit.jupiter.api.AfterAll; -import org.junit.jupiter.api.TestTemplate; -import org.junit.jupiter.api.extension.ExtendWith; +import org.junit.AfterClass; +import org.junit.Rule; +import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; -/** Tests for the RetryOnFailure annotation. */ -@ExtendWith(RetryExtension.class) +/** Tests for the {@link RetryOnFailure} annotation on JUnit4 {@link RetryRule}. */ class RetryOnFailureTest { Review Comment: I guess it should be public otherwise test will not be run -- 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