Skip to content

Commit 86ee897

Browse files
committed
Revert "Mute failing tests in AsyncSearchActionIT"
This reverts commit 2fe4801.
1 parent c547a92 commit 86ee897

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

82-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55955")
8382
public void testMaxMinAggregation() throws Exception {
8483
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
8584
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;
@@ -124,7 +123,6 @@ public void testMaxMinAggregation() throws Exception {
124123
}
125124
}
126125

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

0 commit comments

Comments
 (0)