Mutes test in DuelScrollIT
Due to https://github.com/elastic/elasticsearch/issues/32682
This commit is contained in:
parent
039babddf5
commit
d80457ee2a
|
@ -21,6 +21,7 @@ package org.elasticsearch.search.scroll;
|
||||||
|
|
||||||
import com.carrotsearch.hppc.IntHashSet;
|
import com.carrotsearch.hppc.IntHashSet;
|
||||||
import com.carrotsearch.randomizedtesting.generators.RandomPicks;
|
import com.carrotsearch.randomizedtesting.generators.RandomPicks;
|
||||||
|
|
||||||
import org.elasticsearch.action.index.IndexRequestBuilder;
|
import org.elasticsearch.action.index.IndexRequestBuilder;
|
||||||
import org.elasticsearch.action.search.SearchResponse;
|
import org.elasticsearch.action.search.SearchResponse;
|
||||||
import org.elasticsearch.action.search.SearchType;
|
import org.elasticsearch.action.search.SearchType;
|
||||||
|
@ -256,6 +257,7 @@ public class DuelScrollIT extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32682")
|
||||||
public void testDuelIndexOrderQueryThenFetch() throws Exception {
|
public void testDuelIndexOrderQueryThenFetch() throws Exception {
|
||||||
final SearchType searchType = RandomPicks.randomFrom(random(), Arrays.asList(SearchType.QUERY_THEN_FETCH,
|
final SearchType searchType = RandomPicks.randomFrom(random(), Arrays.asList(SearchType.QUERY_THEN_FETCH,
|
||||||
SearchType.DFS_QUERY_THEN_FETCH));
|
SearchType.DFS_QUERY_THEN_FETCH));
|
||||||
|
|
Loading…
Reference in New Issue