Skip to content

Commit 181e881

Browse files
committed
enable testIssue8226
The linked issue has been long closed
1 parent 8fd71a5 commit 181e881

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/test/java/org/elasticsearch/search/sort/FieldSortIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
package org.elasticsearch.search.sort;
2121

2222
import org.apache.lucene.util.BytesRef;
23-
import org.apache.lucene.util.LuceneTestCase;
2423
import org.apache.lucene.util.TestUtil;
2524
import org.apache.lucene.util.UnicodeUtil;
2625
import org.elasticsearch.action.admin.indices.alias.Alias;
@@ -114,7 +113,6 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
114113
return Arrays.asList(InternalSettingsPlugin.class, CustomScriptPlugin.class);
115114
}
116115

117-
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/9421")
118116
public void testIssue8226() {
119117
int numIndices = between(5, 10);
120118
final boolean useMapping = randomBoolean();

0 commit comments

Comments
 (0)