Skip to content

Commit

Permalink
[WFCORE-7008] Add a test that does nothing.
Browse files Browse the repository at this point in the history
The purpose is to verify the setup and cleanup work as expected.
  • Loading branch information
darranl committed Oct 2, 2024
1 parent e35ec7b commit 6f95dd4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ public abstract class AbstractManagementInterfaceResourcesTestCase {
@Inject
protected static ServerController controller;

@Test
public void testNothing() throws Exception {
runTest(60000, () -> {});
}

/**
* Test that the management interface will not accept new connections when the number of active connections reaches the
* high water mark. After the number of open connections has been reduced to the low watermark it will test that connections
Expand Down

0 comments on commit 6f95dd4

Please sign in to comment.