Skip to content

Commit

Permalink
clear indices after test
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
  • Loading branch information
eirsep committed Jul 18, 2024
1 parent bd50719 commit e247573
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,5 +437,10 @@ public static ThreatIntelMonitorDto randomIocScanMonitorDto(String index) {
null,
List.of(t1, t2, t3, t4));
}

@Override
protected boolean preserveIndicesUponCompletion() {
return false;
}
}

0 comments on commit e247573

Please sign in to comment.