Skip to content

Commit a9ce180

Browse files
authored
Unmute testNoFailuresOnFileReads flaky test (opensearch-project#11824)
Signed-off-by: Suraj Singh <[email protected]>
1 parent ebda963 commit a9ce180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/opensearch/index/shard/RemoteIndexShardTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ public void onReplicationFailure(
465465
* blocking update of reader. Once this is done, it corrupts one segment file and ensure that file is deleted in next
466466
* round of segment replication by ensuring doc count.
467467
*/
468-
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10885")
469468
public void testNoFailuresOnFileReads() throws Exception {
470469
try (ReplicationGroup shards = createGroup(1, getIndexSettings(), new NRTReplicationEngineFactory())) {
471470
shards.startAll();

0 commit comments

Comments
 (0)