Browse Source

Mute failing AttachmentProcessor.testIndexedCharsWithResourceName test (#66121)

Dan Hermann 4 years ago
parent
commit
51452d1ae3

+ 1 - 0
plugins/ingest-attachment/src/test/java/org/elasticsearch/ingest/attachment/AttachmentProcessorTests.java

@@ -349,6 +349,7 @@ public class AttachmentProcessorTests extends ESTestCase {
 
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66086")
     public void testIndexedCharsWithResourceName() throws Exception {
         processor = new AttachmentProcessor(randomAlphaOfLength(10), null, "source_field",
             "target_field", EnumSet.allOf(AttachmentProcessor.Property.class), 100,