* Missed this one in #42189 and it randomly runs into a situation where the broken mock repo is broken such that we can't get to a consistent end state via a delete * Closes #43498
This commit is contained in:
parent
251287f89d
commit
03332b5aeb
|
@ -841,6 +841,8 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
|
|||
}
|
||||
|
||||
public void testDataFileFailureDuringSnapshot() throws Exception {
|
||||
disableRepoConsistencyCheck("This test intentionally leaves a broken repository");
|
||||
|
||||
Client client = client();
|
||||
logger.info("--> creating repository");
|
||||
assertAcked(client.admin().cluster().preparePutRepository("test-repo")
|
||||
|
|
Loading…
Reference in New Issue