Skip to content

Commit

Permalink
Mute flaky tests for elastic#83351 (elastic#83362)
Browse files Browse the repository at this point in the history
Related to: elastic#83351
  • Loading branch information
idegtiarenko authored Feb 1, 2022
1 parent 4d9ad06 commit 742cc60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void setupSuiteScopeCluster() throws Exception {
indexRandom(true, builders);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/83351")
public void testSingleValueField() throws Exception {
SearchResponse response = client().prepareSearch("idx")
.addAggregation(
Expand Down Expand Up @@ -105,6 +106,7 @@ public void testSingleValueField() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/83351")
public void testMultiValueField() throws Exception {
SearchResponse response = client().prepareSearch("idx")
.addAggregation(
Expand Down

0 comments on commit 742cc60

Please sign in to comment.