Ignore sporadic test failure: time-sensitive

https://build.spring.io/browse/INT-MASTER-1182/
This commit is contained in:
Artem Bilan
2018-09-13 14:40:47 -04:00
parent b5b1009844
commit 02c8e0ade2

View File

@@ -36,6 +36,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.Mockito;
@@ -413,6 +414,7 @@ public class DelayHandlerTests {
}
@Test //INT-1132
@Ignore("Time-sensitive: no guarantee that message won't be released in between 'sleep' and 'destroy'")
public void testReschedulePersistedMessagesOnStartup() throws Exception {
MessageGroupStore messageGroupStore = new SimpleMessageStore();
this.delayHandler.setDefaultDelay(2000);