enable testIssue8226

The linked issue has been long closed
This commit is contained in:
Boaz Leskes 2017-08-21 13:44:36 +02:00
parent 8fd71a5d6d
commit 181e881a0f
1 changed files with 0 additions and 2 deletions

View File

@ -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();