Ignore the Aggregator Performance test

Occasionally causes OOM on the CI server.
This commit is contained in:
Gary Russell
2018-08-01 17:43:25 -04:00
parent 23a3462d8b
commit 34ac66df1c

View File

@@ -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");