From 34ac66df1c0aa1fd8e3af04a6146325fa3ea1cc7 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 1 Aug 2018 17:43:25 -0400 Subject: [PATCH] Ignore the Aggregator Performance test Occasionally causes OOM on the CI server. --- .../springframework/integration/aggregator/AggregatorTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-integration-core/src/test/java/org/springframework/integration/aggregator/AggregatorTests.java b/spring-integration-core/src/test/java/org/springframework/integration/aggregator/AggregatorTests.java index 0334fcf62d..9f7aa933b4 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/aggregator/AggregatorTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/aggregator/AggregatorTests.java @@ -83,6 +83,7 @@ public class AggregatorTests { } @Test + @Ignore public void testAggPerf() throws InterruptedException, ExecutionException, TimeoutException { AggregatingMessageHandler handler = new AggregatingMessageHandler(new DefaultAggregatingMessageGroupProcessor()); handler.setCorrelationStrategy(message -> "foo");