Skip to content

Commit 9f37490

Browse files
Aniela AmyMarkLogic Builder
authored andcommitted
DFHPROD-8221: Resetting database before running the tests. Fix for issue in Nightly.
1 parent a3df185 commit 9f37490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

marklogic-data-hub-central/src/test/java/com/marklogic/hub/central/controllers/JobControllerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public class JobControllerTest extends AbstractMvcTest {
5252

5353
@BeforeEach
5454
public void setupJobs() {
55+
resetDatabases();
56+
5557
// Ensure that TDEs are installed as part as finish deployment.
5658
if (!initialized) {
5759
runAsAdmin();

0 commit comments

Comments
 (0)