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>
  • Loading branch information
mgodwan authored and kaushalmahi12 committed Jul 23, 2024
1 parent b02e6df commit 60e45e9
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 60e45e9

Please sign in to comment.