Skip to content

Commit 7c20a8a

Browse files
committed
Mute IndexLookupTests temporarily.
1 parent 29b1902 commit 7c20a8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/elasticsearch/script/IndexLookupTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.elasticsearch.script;
2121

22+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
2223
import org.elasticsearch.action.search.SearchPhaseExecutionException;
2324
import org.elasticsearch.action.search.SearchResponse;
2425
import org.elasticsearch.action.search.ShardSearchFailure;
@@ -44,6 +45,7 @@
4445
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount;
4546
import static org.hamcrest.Matchers.equalTo;
4647

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

4951
String includeAllFlag = "_FREQUENCIES | _OFFSETS | _PAYLOADS | _POSITIONS | _CACHE";

0 commit comments

Comments
 (0)