aaron-ai commented on code in PR #5226:
URL: https://github.com/apache/rocketmq/pull/5226#discussion_r983339828
##########
test/BUILD.bazel:
##########
@@ -131,4 +127,11 @@ GenTestRules(
"src/test/java/org/apache/rocketmq/test/smoke/NormalMessageSendAndRecvIT",
"src/test/java/org/apache/rocketmq/test/base/dledger/DLedgerProduceAndConsumeIT",
],
+ flaky_tests = [
+ "src/test/java/org/apache/rocketmq/test/delay/NormalMsgDelayIT",
+ ],
+ test_files = glob(["src/test/java/**/*IT.java"]),
+ deps = [
+ ":tests",
+ ],
Review Comment:
Well, marking it as flaky could help us to pass the bazel CI pipeline
quickly, but maven is still required now.
--
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]