reswqa commented on code in PR #22574: URL: https://github.com/apache/flink/pull/22574#discussion_r1193780551
########## flink-formats/flink-parquet/src/test/java/org/apache/flink/formats/parquet/ParquetFileSystemITCase.java: ########## @@ -44,21 +47,18 @@ import static org.assertj.core.api.Assertions.assertThat; /** ITCase for {@link ParquetFileFormatFactory}. */ -@RunWith(Parameterized.class) +@ExtendWith(ParameterizedTestExtension.class) public class ParquetFileSystemITCase extends BatchFileSystemITCaseBase { Review Comment: Good catch! I missed the `@Test` in subclass. It also seems that if a subclass `override` the `@TestTemplate` method of the base class, it will not be recognized as a test method. 🤔 -- 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