File tree 1 file changed +2
-0
lines changed
x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ public void indexDocuments() throws InterruptedException {
79
79
ensureGreen ("test-async" );
80
80
}
81
81
82
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/55955" )
82
83
public void testMaxMinAggregation () throws Exception {
83
84
int step = numShards > 2 ? randomIntBetween (2 , numShards ) : 2 ;
84
85
int numFailures = randomBoolean () ? randomIntBetween (0 , numShards ) : 0 ;
@@ -123,6 +124,7 @@ public void testMaxMinAggregation() throws Exception {
123
124
}
124
125
}
125
126
127
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/55955" )
126
128
public void testTermsAggregation () throws Exception {
127
129
int step = numShards > 2 ? randomIntBetween (2 , numShards ) : 2 ;
128
130
int numFailures = randomBoolean () ? randomIntBetween (0 , numShards ) : 0 ;
You can’t perform that action at this time.
0 commit comments