We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6080f84 commit b6e7a63Copy full SHA for b6e7a63
src/test/java/itest/bases/StandardSelfTest.java
@@ -61,10 +61,8 @@ public static void assertPreconditions() throws Exception {
61
}
62
63
@AfterAll
64
- public static void assertPostconditions() throws Exception {
65
- // give the server some additional time to ensure individual tests' cleanup has completed,
66
- // then make assertions about the cleaned state
67
- Thread.sleep(1_000);
+ public static void postCleanup() throws Exception {
+ cleanupSelfActiveAndArchivedRecordings();
68
assertNoRecordings();
69
70
0 commit comments