Skip to content

Commit 189aace

Browse files
committed
AwaitsFix testRestoreMinmal
Tracked at #33689
1 parent d3e27ff commit 189aace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/snapshots/SourceOnlySnapshotShardTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ private String randomDoc() {
162162
return "{ \"value\" : \"" + randomAlphaOfLength(10) + "\"}";
163163
}
164164

165+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33689")
165166
public void testRestoreMinmal() throws IOException {
166167
IndexShard shard = newStartedShard(true);
167168
int numInitialDocs = randomIntBetween(10, 100);

0 commit comments

Comments
 (0)