File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments