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 @@ -80,6 +80,7 @@ public void indexDocuments() throws InterruptedException {
80
80
ensureGreen ("test-async" );
81
81
}
82
82
83
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/55955" )
83
84
public void testMaxMinAggregation () throws Exception {
84
85
int step = numShards > 2 ? randomIntBetween (2 , numShards ) : 2 ;
85
86
int numFailures = randomBoolean () ? randomIntBetween (0 , numShards ) : 0 ;
@@ -124,6 +125,7 @@ public void testMaxMinAggregation() throws Exception {
124
125
}
125
126
}
126
127
128
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/55955" )
127
129
public void testTermsAggregation () throws Exception {
128
130
int step = numShards > 2 ? randomIntBetween (2 , numShards ) : 2 ;
129
131
int numFailures = randomBoolean () ? randomIntBetween (0 , numShards ) : 0 ;
You can’t perform that action at this time.
0 commit comments