Skip to content

Commit 16d6a0b

Browse files
committed
AwaitsFix testCreateShrinkIndexToN
Relates #30416
1 parent 3e58463 commit 16d6a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/action/admin/indices/create/ShrinkIndexIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
8383
return Arrays.asList(InternalSettingsPlugin.class);
8484
}
8585

86+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30416")
8687
public void testCreateShrinkIndexToN() {
8788
int[][] possibleShardSplits = new int[][] {{8,4,2}, {9, 3, 1}, {4, 2, 1}, {15,5,1}};
8889
int[] shardSplits = randomFrom(possibleShardSplits);

0 commit comments

Comments
 (0)