Skip to content

Commit 2272342

Browse files
committed
Backport rename JMX tests to avoid jmxremote_optional error
Issue: SPR-8089, SPR-8093, SPR-8458
1 parent 05a7b65 commit 2272342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @author Rob Harrop
3333
*/
3434
@Ignore // see https://issuetracker.springsource.com/browse/BRITS-235
35-
public class RemoteMBeanClientInterceptorTests extends MBeanClientInterceptorTests {
35+
public class RemoteMBeanClientInterceptorTestsIgnore extends MBeanClientInterceptorTests {
3636

3737
private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9876";
3838

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @author Rob Harrop
3636
*/
3737
@Ignore // see https://issuetracker.springsource.com/browse/BRITS-235
38-
public class ConnectorServerFactoryBeanTests extends AbstractMBeanServerTests {
38+
public class ConnectorServerFactoryBeanTestsIgnore extends AbstractMBeanServerTests {
3939

4040
private static final String OBJECT_NAME = "spring:type=connector,name=test";
4141

0 commit comments

Comments
 (0)