Test: mute testConcurrentDynamicMapping

This commit is contained in:
Boaz Leskes 2015-04-22 09:12:44 +02:00
parent b7ab378996
commit 65eb4210b1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ package org.elasticsearch.indices.mapping;
import com.google.common.collect.Sets;
import org.elasticsearch.action.ActionListener;
import org.elasticsearch.action.index.IndexRequestBuilder;
import org.elasticsearch.action.index.IndexResponse;
@ -47,6 +46,7 @@ public class ConcurrentDynamicTemplateTests extends ElasticsearchIntegrationTest
private final String mappingType = "test-mapping";
@Test // see #3544
@AwaitsFix(bugUrl = "adrien is looking into this")
public void testConcurrentDynamicMapping() throws Exception {
final String fieldName = "field";
final String mapping = "{ \"" + mappingType + "\": {" +