Browse Source

AwaitsFix for #94838

David Turner 2 years ago
parent
commit
88f2a679b8

+ 1 - 0
x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/search/aggregations/GeoLineAggregatorTests.java

@@ -179,6 +179,7 @@ public class GeoLineAggregatorTests extends AggregatorTestCase {
         testAggregator(SortOrder.ASC);
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94838")
     public void testDescending() throws IOException {
         testAggregator(SortOrder.DESC);
     }