Ignored AggregationTests

Resolves #1528
This commit is contained in:
Oleg Zhurakousky
2018-11-15 13:43:02 +01:00
parent 777eec819e
commit 6344584519

View File

@@ -24,6 +24,7 @@ import java.util.Map;
import org.junit.After;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.DirectFieldAccessor;
@@ -56,6 +57,7 @@ import static org.junit.Assert.assertTrue;
* @author Gary Russell
* @author Soby Chacko
*/
@Ignore
public class AggregationTest {
private ConfigurableApplicationContext aggregatedApplicationContext;