Ignore the Aggregator Performance test
Occasionally causes OOM on the CI server.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user