Skip to content

Commit 648cd29

Browse files
committed
Disable ConcurrentDynamicTemplateTests for now
1 parent 964a02e commit 648cd29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/elasticsearch/indices/mapping/ConcurrentDynamicTemplateTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
package org.elasticsearch.indices.mapping;
2121

2222

23+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
2324
import org.elasticsearch.action.ActionListener;
2425
import org.elasticsearch.action.index.IndexResponse;
2526
import org.elasticsearch.common.Strings;
@@ -42,6 +43,7 @@ public class ConcurrentDynamicTemplateTests extends AbstractIntegrationTest {
4243
private final String mappingType = "test-mapping";
4344

4445
@Test // see #3544
46+
@AwaitsFix(bugUrl="Boaz is looking into this test")
4547
public void testConcurrentDynamicMapping() throws Exception {
4648
final String mapping = "{" + mappingType + ": {" + "\"properties\": {" + "\"an_id\": {"
4749
+ "\"type\": \"string\"," + "\"store\": \"yes\"," + "\"index\": \"not_analyzed\"" + "}" + "}," + "\"dynamic_templates\": ["

0 commit comments

Comments
 (0)