Skip to content

Commit

Permalink
Ignore flaky test (#730)
Browse files Browse the repository at this point in the history
* flaky test

Signed-off-by: Joanne Wang <jowg@amazon.com>

* ignore flaky test

Signed-off-by: Joanne Wang <jowg@amazon.com>

---------

Signed-off-by: Joanne Wang <jowg@amazon.com>
  • Loading branch information
jowg-amazon authored and engechas committed Apr 10, 2024
1 parent 7c6b79d commit 7e6c566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ public void testGetFindings_byStartTimeAndEndTime_success() throws IOException {
Assert.assertEquals(1, getFindingsBody.get("total_findings"));
}

@Ignore
public void testGetFindings_rolloverByMaxAge_success() throws IOException, InterruptedException {

updateClusterSetting(FINDING_HISTORY_ROLLOVER_PERIOD.getKey(), "1s");
Expand Down

0 comments on commit 7e6c566

Please sign in to comment.