lhotari commented on code in PR #4543:
URL: https://github.com/apache/bookkeeper/pull/4543#discussion_r1911932039


##########
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:
   Is this the original meaning of the "flaky" test group in the project? If 
so, please document this in the FlakyTest annotation. The PR description should 
also clearly express this that in CI, the tests aren't run at all. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to