lhotari commented on code in PR #17552: URL: https://github.com/apache/pulsar/pull/17552#discussion_r966146859
########## managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/OffloadPrefixTest.java: ########## @@ -52,6 +52,7 @@ import org.slf4j.LoggerFactory; import org.testng.annotations.Test; +@Test(groups = "flaky") Review Comment: I wonder if managed-ledger has proper handling for flaky tests. I think flaky group is currently handled only for pulsar-broker. It might be better to omit this change. -- 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]
