Skip to content

Commit

Permalink
Fix flaky test due to node being used across all tests (#14787)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
  • Loading branch information
mgodwan authored Jul 17, 2024
1 parent 8ae728c commit 0e31c02
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 0e31c02

Please sign in to comment.