enable testIssue8226
The linked issue has been long closed
This commit is contained in:
parent
8fd71a5d6d
commit
181e881a0f
|
@ -20,7 +20,6 @@
|
|||
package org.elasticsearch.search.sort;
|
||||
|
||||
import org.apache.lucene.util.BytesRef;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.lucene.util.TestUtil;
|
||||
import org.apache.lucene.util.UnicodeUtil;
|
||||
import org.elasticsearch.action.admin.indices.alias.Alias;
|
||||
|
@ -114,7 +113,6 @@ public class FieldSortIT extends ESIntegTestCase {
|
|||
return Arrays.asList(InternalSettingsPlugin.class, CustomScriptPlugin.class);
|
||||
}
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/9421")
|
||||
public void testIssue8226() {
|
||||
int numIndices = between(5, 10);
|
||||
final boolean useMapping = randomBoolean();
|
||||
|
|
Loading…
Reference in New Issue