Cyrill commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2059975259
########## modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java: ########## @@ -86,11 +90,16 @@ public void testRestartPartitionZoneNotFound() { } @Test + // TODO: remove this test when colocation is enabled https://issues.apache.org/jira/browse/IGNITE-22522 public void testRestartPartitionTableNotFound() { + if (enabledColocation()) { Review Comment: Better to disable the test with a flag -- 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