Skip to content

Commit 2fe4801

Browse files
committed
Mute failing tests in AsyncSearchActionIT
1 parent c5aa281 commit 2fe4801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public void indexDocuments() throws InterruptedException {
7979
ensureGreen("test-async");
8080
}
8181

82+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55955")
8283
public void testMaxMinAggregation() throws Exception {
8384
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
8485
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;
@@ -123,6 +124,7 @@ public void testMaxMinAggregation() throws Exception {
123124
}
124125
}
125126

127+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55955")
126128
public void testTermsAggregation() throws Exception {
127129
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
128130
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;

0 commit comments

Comments
 (0)