瀏覽代碼

AwaitsFix for #95047

David Turner 2 年之前
父節點
當前提交
13e9976c3c

+ 1 - 0
server/src/internalClusterTest/java/org/elasticsearch/index/mapper/DynamicMappingIT.java

@@ -61,6 +61,7 @@ public class DynamicMappingIT extends ESIntegTestCase {
         return Collections.singleton(InternalSettingsPlugin.class);
         return Collections.singleton(InternalSettingsPlugin.class);
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95047")
     public void testConflictingDynamicMappings() {
     public void testConflictingDynamicMappings() {
         // we don't use indexRandom because the order of requests is important here
         // we don't use indexRandom because the order of requests is important here
         createIndex("index");
         createIndex("index");