Skip to content

Commit

Permalink
Mute flaky test ReadContextListenerTests.testReadContextListenerFailu…
Browse files Browse the repository at this point in the history
  • Loading branch information
kotwanikunal committed Sep 6, 2023
1 parent ee8dae3 commit e4a1841
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 e4a1841

Please sign in to comment.