Skip to content

Commit 34ac66d

Browse files
committed
Ignore the Aggregator Performance test
Occasionally causes OOM on the CI server.
1 parent 23a3462 commit 34ac66d

File tree

1 file changed

+1
-0
lines changed
  • spring-integration-core/src/test/java/org/springframework/integration/aggregator

1 file changed

+1
-0
lines changed

spring-integration-core/src/test/java/org/springframework/integration/aggregator/AggregatorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public void configureAggregator() {
8383
}
8484

8585
@Test
86+
@Ignore
8687
public void testAggPerf() throws InterruptedException, ExecutionException, TimeoutException {
8788
AggregatingMessageHandler handler = new AggregatingMessageHandler(new DefaultAggregatingMessageGroupProcessor());
8889
handler.setCorrelationStrategy(message -> "foo");

0 commit comments

Comments
 (0)