Skip to content

Commit

Permalink
AwaitsFix testCreateShrinkIndexToN
Browse files Browse the repository at this point in the history
Relates #30416
  • Loading branch information
dnhatn authored and jasontedor committed Aug 17, 2018
1 parent 09eae9e commit 0413813
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return Arrays.asList(InternalSettingsPlugin.class);
}

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

0 comments on commit 0413813

Please sign in to comment.