Skip to content

Commit 6e6a10f

Browse files
committed
Mute failing tests in AsyncSearchActionIT
1 parent 22b36ea commit 6e6a10f

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
@@ -80,6 +80,7 @@ public void indexDocuments() throws InterruptedException {
8080
ensureGreen("test-async");
8181
}
8282

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

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

0 commit comments

Comments
 (0)