[TESTS] Don't randomize mappings in SimpleValidateQueryTests.

This test relies on the fact that the _id field is not indexed.
This commit is contained in:
Adrien Grand 2014-05-06 11:46:31 +02:00
parent 17a32fca03
commit 589360c8b1
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ import org.elasticsearch.index.query.FilterBuilders;
import org.elasticsearch.index.query.QueryBuilder;
import org.elasticsearch.index.query.QueryBuilders;
import org.elasticsearch.test.ElasticsearchIntegrationTest;
import org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope;
import org.hamcrest.Matcher;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
@ -45,6 +46,7 @@ import static org.hamcrest.Matchers.*;
/**
*
*/
@ClusterScope(randomDynamicTemplates = false)
public class SimpleValidateQueryTests extends ElasticsearchIntegrationTest {
@Test