INT-1384 removed @Ignore, no longer needed
This commit is contained in:
@@ -19,7 +19,6 @@ package org.springframework.integration.samples.loanbroker.demo;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.springframework.context.ConfigurableApplicationContext;
|
||||
@@ -37,7 +36,6 @@ public class LoanBrokerSharkDetectorDemo {
|
||||
private static Logger logger = Logger.getLogger(LoanBrokerSharkDetectorDemo.class);
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testUdpMulticast() {
|
||||
ConfigurableApplicationContext context =
|
||||
new ClassPathXmlApplicationContext("bootstrap-config/stubbed-loan-broker-multicast.xml");
|
||||
|
||||
Reference in New Issue
Block a user