Test: mute test until we know what is going on

This commit is contained in:
Britta Weber 2014-08-26 15:40:54 +02:00
parent c63626b537
commit b754d2b36b
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.index.mapper.update;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse;
import org.elasticsearch.client.Client;
import org.elasticsearch.common.xcontent.XContentBuilder;
@ -76,6 +77,7 @@ public class UpdateMappingOnCusterTests extends ElasticsearchIntegrationTest {
}
}
@LuceneTestCase.AwaitsFix(bugUrl = "")
@Test
public void test_doc_valuesInvalidMappingOnUpdate() throws Exception {
String mapping = jsonBuilder().startObject().startObject(TYPE).startObject("properties").startObject("text").field("type", "string").endObject().endObject().endObject().string();