Skip to content

Commit

Permalink
Fix flaky test due to node being used across all tests (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#14787)

Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
  • Loading branch information
mgodwan authored and kaushalmahi12 committed Jul 23, 2024
1 parent 2eb7a92 commit 09aa997
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,9 @@ public void testLoadTemplateVersionMismatch() throws IOException {
)
);
}

@Override
protected boolean resetNodeAfterTest() {
return true;
}
}

0 comments on commit 09aa997

Please sign in to comment.