We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b1009 commit 02c8e0aCopy full SHA for 02c8e0a
spring-integration-core/src/test/java/org/springframework/integration/handler/DelayHandlerTests.java
@@ -36,6 +36,7 @@
36
37
import org.junit.After;
38
import org.junit.Before;
39
+import org.junit.Ignore;
40
import org.junit.Test;
41
import org.mockito.Mockito;
42
@@ -413,6 +414,7 @@ public void defaultErrorChannelAndHandlerThrowsExceptionWithDelay() {
413
414
}
415
416
@Test //INT-1132
417
+ @Ignore("Time-sensitive: no guarantee that message won't be released in between 'sleep' and 'destroy'")
418
public void testReschedulePersistedMessagesOnStartup() throws Exception {
419
MessageGroupStore messageGroupStore = new SimpleMessageStore();
420
this.delayHandler.setDefaultDelay(2000);
0 commit comments