Skip to content

Commit 29f647e

Browse files
committed
Mute testCorruptFileThenSnapshotAndRestore
Tracked at #30577
1 parent 34180f2 commit 29f647e

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

+1
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.repositories:TRACE,org.elasticsearch.snapshots:TRACE,org.elasticsearch.index.engine:DEBUG")
474475
public void testCorruptFileThenSnapshotAndRestore() throws ExecutionException, InterruptedException, IOException {
475476
int numDocs = scaledRandomIntBetween(100, 1000);

0 commit comments

Comments
 (0)