parent
d3e27ff2f6
commit
189aaceecf
|
@ -162,6 +162,7 @@ public class SourceOnlySnapshotShardTests extends IndexShardTestCase {
|
||||||
return "{ \"value\" : \"" + randomAlphaOfLength(10) + "\"}";
|
return "{ \"value\" : \"" + randomAlphaOfLength(10) + "\"}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33689")
|
||||||
public void testRestoreMinmal() throws IOException {
|
public void testRestoreMinmal() throws IOException {
|
||||||
IndexShard shard = newStartedShard(true);
|
IndexShard shard = newStartedShard(true);
|
||||||
int numInitialDocs = randomIntBetween(10, 100);
|
int numInitialDocs = randomIntBetween(10, 100);
|
||||||
|
|
Loading…
Reference in New Issue