INT-3870: Un@Ignore IP and JMS tests
JIRA: https://jira.spring.io/browse/INT-3870 Looks like something has been changed in the IP and JMS modules or their dependencies. Right now they pass (on Windows) independently of the way to run testing (Gradle or from IDE)
This commit is contained in:
committed by
Gary Russell
parent
4cb456c074
commit
8fd4564f80
@@ -39,7 +39,6 @@ import javax.net.ServerSocketFactory;
|
||||
import javax.net.SocketFactory;
|
||||
import javax.net.ssl.SSLEngine;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mockito.Mockito;
|
||||
|
||||
@@ -299,7 +298,6 @@ Certificate fingerprints:
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testNetClientAndServerSSLDifferentContexts() throws Exception {
|
||||
System.setProperty("javax.net.debug", "all"); // SSL activity in the console
|
||||
TcpNetServerConnectionFactory server = new TcpNetServerConnectionFactory(0);
|
||||
|
||||
@@ -33,7 +33,6 @@ import javax.jms.JMSException;
|
||||
|
||||
import org.apache.activemq.ActiveMQConnectionFactory;
|
||||
import org.apache.activemq.command.ActiveMQQueue;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.springframework.beans.factory.BeanFactory;
|
||||
@@ -302,7 +301,6 @@ public class OutboundGatewayFunctionTests extends LogAdjustingTestSupport {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testContainerWithTemporaryNoCorrelation() throws Exception {
|
||||
BeanFactory beanFactory = mock(BeanFactory.class);
|
||||
when(beanFactory.containsBean(IntegrationContextUtils.TASK_SCHEDULER_BEAN_NAME)).thenReturn(true);
|
||||
|
||||
Reference in New Issue
Block a user