AwaitsFix testRestoreMinmal

Tracked at #33689
This commit is contained in:
Nhat Nguyen 2018-09-13 22:15:21 -04:00
parent d3e27ff2f6
commit 189aaceecf
1 changed files with 1 additions and 0 deletions

View File

@ -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);