aaron-ai commented on code in PR #5226:
URL: https://github.com/apache/rocketmq/pull/5226#discussion_r983310009


##########
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:
   Could we ignore the flaky test or collect them into an independent CI 
pipeline? Maybe we should not hide the flaky tests by the retry of bazel.



-- 
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