Disable aggregate test until Rabbit rule is available

This commit is contained in:
Marius Bogoevici
2015-09-02 16:05:04 -04:00
parent bd47560bd5
commit b9af844ce0

View File

@@ -19,6 +19,7 @@ package org.springframework.cloud.stream.aggregation;
import static org.hamcrest.collection.IsCollectionWithSize.hasSize;
import static org.junit.Assert.assertThat;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
@@ -32,6 +33,8 @@ import org.springframework.context.ConfigurableApplicationContext;
/**
* @author Marius Bogoevici
*/
// TODO re-enable once we can test with a Mock binder
@Ignore
public class ModuleAggregationTest {
@Test