timoninmaxim commented on a change in pull request #8367: URL: https://github.com/apache/ignite/pull/8367#discussion_r526055434
########## File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteBinaryMetadataUpdateNodeRestartTest.java ########## @@ -47,6 +48,7 @@ /** * */ +@Ignore("IGNITE-4768, IGNITE-9214") Review comment: I found that there are cases with comma separated list of links. For example `PageEvictionTouchOrderTest.testTouchOrderWithFairFifoEvictionMvccTxReplicated`. But MTCGA shows only first ticket. Also I tried to find some tests with double @Ignore annotation, but there are no such cases. Looks like we should continue the practice, use csv for such things. Also MTCGA should display them correctly, I can create a ticket for that. WDYT? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org