sk0x50 commented on code in PR #5852: URL: https://github.com/apache/ignite-3/pull/5852#discussion_r2097775215
########## modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/recovery/partitions/reset/ItResetPartitionsTest.java: ########## @@ -84,6 +81,11 @@ public void testResetPartitionZoneNotFound() { @Test public void testResetPartitionTableNotFound() { + if (enabledColocation()) { Review Comment: Perhaps, using `Assumptions.assumeFalse(enabledColocation());` is the right way to ignore the test when the colocation feature is enabled. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org