Backport rename JMX tests to avoid jmxremote_optional error
Issue: SPR-8089, SPR-8093, SPR-8458
This commit is contained in:
@@ -32,7 +32,7 @@ import org.junit.Ignore;
|
||||
* @author Rob Harrop
|
||||
*/
|
||||
@Ignore // see https://issuetracker.springsource.com/browse/BRITS-235
|
||||
public class RemoteMBeanClientInterceptorTests extends MBeanClientInterceptorTests {
|
||||
public class RemoteMBeanClientInterceptorTestsIgnore extends MBeanClientInterceptorTests {
|
||||
|
||||
private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9876";
|
||||
|
||||
@@ -35,7 +35,7 @@ import org.springframework.jmx.AbstractMBeanServerTests;
|
||||
* @author Rob Harrop
|
||||
*/
|
||||
@Ignore // see https://issuetracker.springsource.com/browse/BRITS-235
|
||||
public class ConnectorServerFactoryBeanTests extends AbstractMBeanServerTests {
|
||||
public class ConnectorServerFactoryBeanTestsIgnore extends AbstractMBeanServerTests {
|
||||
|
||||
private static final String OBJECT_NAME = "spring:type=connector,name=test";
|
||||
|
||||
Reference in New Issue
Block a user