Skip to content

Commit

Permalink
Mute IndexLookupTests temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Feb 20, 2015
1 parent 29b1902 commit 7c20a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/elasticsearch/script/IndexLookupTests.java
Expand Up @@ -19,6 +19,7 @@

package org.elasticsearch.script;

import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.search.SearchPhaseExecutionException;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.action.search.ShardSearchFailure;
Expand All @@ -44,6 +45,7 @@
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount;
import static org.hamcrest.Matchers.equalTo;

@AwaitsFix(bugUrl="https://github.com/elasticsearch/elasticsearch/pull/9746")
public class IndexLookupTests extends ElasticsearchIntegrationTest {

String includeAllFlag = "_FREQUENCIES | _OFFSETS | _PAYLOADS | _POSITIONS | _CACHE";
Expand Down

0 comments on commit 7c20a8a

Please sign in to comment.