rpuch commented on code in PR #5391: URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1993686745
########## modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerRecoveryTest.java: ########## @@ -239,6 +241,7 @@ public void testTableIgnoredOnRecovery() throws Exception { } @Test + @WithSystemProperty(key = COLOCATION_FEATURE_FLAG, value = "false") Review Comment: Thanks for noting this. These tests actually don't need to be disabled. I fixed both tests and production code. -- 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