Browse Source

Muting XContentParserTests#testSubParserArray

Christoph Büscher 6 years ago
parent
commit
e08881b54e

+ 2 - 0
libs/x-content/src/test/java/org/elasticsearch/common/xcontent/XContentParserTests.java

@@ -20,6 +20,7 @@
 package org.elasticsearch.common.xcontent;
 
 import com.fasterxml.jackson.core.JsonParseException;
+
 import org.elasticsearch.common.CheckedSupplier;
 import org.elasticsearch.common.Strings;
 import org.elasticsearch.common.bytes.BytesReference;
@@ -368,6 +369,7 @@ public class XContentParserTests extends ESTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/40617")
     public void testSubParserArray() throws IOException {
         XContentBuilder builder = XContentFactory.jsonBuilder();
         int numberOfArrayElements = randomInt(10);