anton-vinogradov commented on a change in pull request #8367: URL: https://github.com/apache/ignite/pull/8367#discussion_r517878152
########## File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/WalCompactionAfterRestartTest.java ########## @@ -40,11 +40,13 @@ import org.apache.ignite.lang.IgniteBiTuple; import org.apache.ignite.testframework.GridTestUtils; import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest; +import org.junit.Ignore; import org.junit.Test; import static org.apache.ignite.events.EventType.EVT_WAL_SEGMENT_COMPACTED; /** */ +@Ignore("FAILED!") Review comment: @alamar, I do remember you just commented tests at suites at your similar cleanup work. Let's define some markers like @Ignore("TBD") to make this fix possible in 2020. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org