Disable ConcurrentDynamicTemplateTests for now

This commit is contained in:
Simon Willnauer 2013-10-06 09:19:43 +02:00
parent 89f8b13e78
commit f73241ea79
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
package org.elasticsearch.indices.mapping;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.ActionListener;
import org.elasticsearch.action.index.IndexResponse;
import org.elasticsearch.common.Strings;
@ -42,6 +43,7 @@ public class ConcurrentDynamicTemplateTests extends AbstractIntegrationTest {
private final String mappingType = "test-mapping";
@Test // see #3544
@AwaitsFix(bugUrl="Boaz is looking into this test")
public void testConcurrentDynamicMapping() throws Exception {
final String mapping = "{" + mappingType + ": {" + "\"properties\": {" + "\"an_id\": {"
+ "\"type\": \"string\"," + "\"store\": \"yes\"," + "\"index\": \"not_analyzed\"" + "}" + "}," + "\"dynamic_templates\": ["