skorotkov commented on code in PR #12074: URL: https://github.com/apache/ignite/pull/12074#discussion_r2113501402
########## modules/core/src/test/java/org/apache/ignite/testsuites/IgnitePdsTestSuite5.java: ########## @@ -84,6 +85,7 @@ public static List<Class<?>> suite(Collection<Class> ignoredTests) { GridTestUtils.addTestIfNeeded(suite, PageIdDistributionTest.class, ignoredTests); GridTestUtils.addTestIfNeeded(suite, TrackingPageIOTest.class, ignoredTests); GridTestUtils.addTestIfNeeded(suite, PageIOFreeSizeTest.class, ignoredTests); + GridTestUtils.addTestIfNeeded(suite, FreeListTest.class, ignoredTests); Review Comment: moved to IgniteBasicTestSuite2 (which is Basic4 in team city) -- 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