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)

Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
  • Loading branch information
kotwanikunal authored and brusic committed Sep 25, 2023
1 parent 679633d commit f3afdae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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 f3afdae

Please sign in to comment.