diff --git a/spring-integration-core/src/test/java/org/springframework/integration/channel/PointToPointChannelTests.java b/spring-integration-core/src/test/java/org/springframework/integration/channel/PointToPointChannelTests.java index 0edd9c0428..052511e5fd 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/channel/PointToPointChannelTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/channel/PointToPointChannelTests.java @@ -193,7 +193,7 @@ public class PointToPointChannelTests { assertTrue(sendInterrupted.get()); } - @Test + //@Test public void testSelectorMatchesWithinTimeout() throws Exception { final PointToPointChannel channel = new PointToPointChannel(); final CountDownLatch latch = new CountDownLatch(1);