Mute flaky test (#58356)
This commit is contained in:
parent
30e777856f
commit
b3c99f06d6
|
@ -104,6 +104,7 @@ public class LongKeyedBucketOrdsTests extends ESTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58353")
|
||||
public void testCollectsFromManyBuckets() {
|
||||
try (LongKeyedBucketOrds ords = LongKeyedBucketOrds.build(bigArrays, false)) {
|
||||
// Test a few explicit values
|
||||
|
|
Loading…
Reference in New Issue