Skip to content

Commit

Permalink
flaky test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
  • Loading branch information
sarthakaggarwal97 committed Jul 17, 2024
1 parent cc548f1 commit e608c63
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,10 @@ public void testLoadTemplateVersionMismatch() throws IOException {
)
);
}

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

}

0 comments on commit e608c63

Please sign in to comment.