Skip to content

Commit 661fd65

Browse files
committed
Mute testCorruptFileThenSnapshotAndRestore
Tracked at #30577
1 parent b4e6bfa commit 661fd65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/store/CorruptedFileIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ protected void sendRequest(Connection connection, long requestId, String action,
470470
* TODO once checksum verification on snapshotting is implemented this test needs to be fixed or split into several
471471
* parts... We should also corrupt files on the actual snapshot and check that we don't restore the corrupted shard.
472472
*/
473+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30577")
473474
@TestLogging("org.elasticsearch.monitor.fs:DEBUG")
474475
public void testCorruptFileThenSnapshotAndRestore() throws ExecutionException, InterruptedException, IOException {
475476
int numDocs = scaledRandomIntBetween(100, 1000);

0 commit comments

Comments
 (0)