Skip to content

Commit bb9146e

Browse files
committed
[WFCORE-7008] Add a test that does nothing.
The purpose is to verify the setup and cleanup work as expected.
1 parent c2b819c commit bb9146e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testsuite/manualmode/src/test/java/org/wildfly/core/test/standalone/mgmt/AbstractManagementInterfaceResourcesTestCase.java

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ public abstract class AbstractManagementInterfaceResourcesTestCase {
3939
@Inject
4040
protected static ServerController controller;
4141

42+
@Test
43+
public void testNothing() throws Exception {
44+
runTest(60000, () -> {});
45+
}
46+
4247
/**
4348
* Test that the management interface will not accept new connections when the number of active connections reaches the
4449
* high water mark. After the number of open connections has been reduced to the low watermark it will test that connections

0 commit comments

Comments
 (0)