hezhangjian commented on code in PR #4543: URL: https://github.com/apache/bookkeeper/pull/4543#discussion_r1911768225
########## pom.xml: ########## @@ -918,6 +918,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin.version}</version> + <configuration> + <excludedGroups>flaky</excludedGroups> + </configuration> Review Comment: @lhotari I would like to excluded flaky tests in maven command line, but can be easily run in IDE. -- 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: commits-unsubscr...@bookkeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org