Skip to content

Commit

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

Please sign in to comment.