[TEST] Ignore Lucene40 codec

This commit is contained in:
Martijn van Groningen 2014-07-28 10:39:17 +02:00
parent f7b7f67522
commit 86c0d693c3
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import org.apache.lucene.search.IndexSearcher;
import org.apache.lucene.search.ScoreDoc;
import org.apache.lucene.search.TopDocs;
import org.apache.lucene.util.FixedBitSet;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest;
import org.elasticsearch.common.compress.CompressedString;
import org.elasticsearch.index.mapper.MapperService;
@ -40,6 +41,7 @@ import java.io.IOException;
import static org.hamcrest.Matchers.equalTo;
@Ignore
@LuceneTestCase.SuppressCodecs(value = {"Lucene40", "Lucene3x"})
public abstract class AbstractChildTests extends ElasticsearchSingleNodeLuceneTestCase {
static SearchContext createSearchContext(String indexName, String parentType, String childType) throws IOException {