We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df91237 commit a158d91Copy full SHA for a158d91
server/src/test/java/org/elasticsearch/action/admin/indices/create/SplitIndexIT.java
@@ -25,6 +25,7 @@
25
import org.apache.lucene.search.SortedSetSortField;
26
import org.apache.lucene.search.join.ScoreMode;
27
import org.apache.lucene.util.Constants;
28
+import org.apache.lucene.util.LuceneTestCase;
29
import org.elasticsearch.Version;
30
import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest;
31
import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse;
@@ -78,6 +79,7 @@
78
79
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
80
81
82
+@LuceneTestCase.AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40944")
83
public class SplitIndexIT extends ESIntegTestCase {
84
85
@Override
0 commit comments