Skip to content

Commit

Permalink
Mute flaky test ReadContextListenerTests.testReadContextListenerFailu…
Browse files Browse the repository at this point in the history
…re (opensearch-project#9842) (opensearch-project#9848)

(cherry picked from commit e4a1841)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and DarshitChanpura committed Sep 28, 2023
1 parent b12f908 commit 41a660d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void testReadContextListener() throws InterruptedException, IOException {
assertEquals(NUMBER_OF_PARTS * PART_SIZE, Files.size(fileLocation));
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9776")
public void testReadContextListenerFailure() throws Exception {
Path fileLocation = path.resolve(UUID.randomUUID().toString());
List<InputStreamContainer> blobPartStreams = initializeBlobPartStreams();
Expand Down

0 comments on commit 41a660d

Please sign in to comment.