Skip to content

Commit e4a1841

Browse files
authored
Mute flaky test ReadContextListenerTests.testReadContextListenerFailure (#9842)
1 parent ee8dae3 commit e4a1841

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/test/java/org/opensearch/common/blobstore/stream/read/listener/ReadContextListenerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public void testReadContextListener() throws InterruptedException, IOException {
7070
assertEquals(NUMBER_OF_PARTS * PART_SIZE, Files.size(fileLocation));
7171
}
7272

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

0 commit comments

Comments
 (0)