adoroszlai commented on code in PR #5457:
URL: https://github.com/apache/ozone/pull/5457#discussion_r1365106219
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/TestStorageContainerManager.java:
##########
@@ -986,6 +989,7 @@ public void testContainerReportQueueWithDrop() throws
Exception {
}
@Test
+ @Category(FlakyTest.class) @Flaky("HDDS-8470")
Review Comment:
Correct. `@Category(FlakyTest.class)` causes the test to be moved to
_integration (flaky)_, and `@Flaky(...)` is added only to reference the Jira
issue.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]