Mute InternalAutoDateHistogramTests#testReduceRandom()

This commit is contained in:
Zachary Tong 2019-08-12 14:45:08 -04:00
parent c0ea8a867e
commit 472f6ef41a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class InternalAutoDateHistogramTests extends InternalMultiBucketAggregati
assertThat(result, equalTo(2)); assertThat(result, equalTo(2));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39497")
public void testReduceRandom() { public void testReduceRandom() {
super.testReduceRandom(); super.testReduceRandom();
} }