sanpwc commented on code in PR #5391:
URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1991268642


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerRecoveryTest.java:
##########
@@ -206,6 +207,7 @@ void after() throws Exception {
     }
 
     @Test
+    @WithSystemProperty(key = COLOCATION_FEATURE_FLAG, value = "false")
     public void testTableIgnoredOnRecovery() throws Exception {

Review Comment:
   Why it's !colocation only? 
   I guess it should have `@WithSystemProperty(key = COLOCATION_FEATURE_FLAG, 
value = "false")` until https://issues.apache.org/jira/browse/IGNITE-24397 is 
implemented.



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

Reply via email to