Mute failing IndexerUtilsTests

Awaiting a fix of elastic/x-pack-elasticsearch#4223

Original commit: elastic/x-pack-elasticsearch@d385099719
This commit is contained in:
David Turner 2018-03-26 10:57:34 +01:00
parent 6eeacf339c
commit 8c8de0a774
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ import static org.hamcrest.Matchers.equalTo;
import static org.mockito.Mockito.when;
public class IndexerUtilsTests extends AggregatorTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4223")
public void testMissingFields() throws IOException {
String indexName = randomAlphaOfLengthBetween(1, 10);
RollupJobStats stats = new RollupJobStats(0, 0, 0, 0);
@ -122,6 +123,7 @@ public class IndexerUtilsTests extends AggregatorTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4223")
public void testCorrectFields() throws IOException {
String indexName = randomAlphaOfLengthBetween(1, 10);
RollupJobStats stats= new RollupJobStats(0, 0, 0, 0);
@ -196,6 +198,7 @@ public class IndexerUtilsTests extends AggregatorTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4223")
public void testNumericTerms() throws IOException {
String indexName = randomAlphaOfLengthBetween(1, 10);
RollupJobStats stats= new RollupJobStats(0, 0, 0, 0);
@ -259,6 +262,7 @@ public class IndexerUtilsTests extends AggregatorTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4223")
public void testEmptyCounts() throws IOException {
String indexName = randomAlphaOfLengthBetween(1, 10);
RollupJobStats stats= new RollupJobStats(0, 0, 0, 0);