浏览代码

Mute Rollup test which is failing due to leaked resource (#90846)

relates #90661
Przemyslaw Gomulka 3 年之前
父节点
当前提交
c01f343c06

+ 1 - 0
x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/action/job/RollupIndexTests.java

@@ -45,6 +45,7 @@ public class RollupIndexTests extends ESTestCase {
         assertThat(builders.size(), equalTo(1));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90661")
     public void testValidateFieldMatchingNotAggregatable() {
         ActionRequestValidationException e = new ActionRequestValidationException();
         Map<String, Map<String, FieldCapabilities>> responseMap = new HashMap<>();