replace awaitsfix url with underlying lucene issue for index lookup failure
This commit is contained in:
parent
9302126162
commit
94348cb788
|
@ -45,7 +45,7 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcke
|
|||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount;
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elasticsearch/elasticsearch/pull/9746")
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-6271")
|
||||
public class IndexLookupTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
String includeAllFlag = "_FREQUENCIES | _OFFSETS | _PAYLOADS | _POSITIONS | _CACHE";
|
||||
|
|
Loading…
Reference in New Issue