alievmirza commented on code in PR #5694:
URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2060392355


##########
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:
   As far as I can understand, this approach leads to the fact that the test 
will fail when  enabledCollocation == false, we don't want such behaviour 



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

Reply via email to