Tests: silence cancelling scroll search tests
Investigating it locally
This commit is contained in:
parent
6fe3bd817b
commit
e6dda02c66
|
@ -165,6 +165,7 @@ public class SearchCancellationIT extends ESIntegTestCase {
|
||||||
ensureSearchWasCancelled(searchResponse);
|
ensureSearchWasCancelled(searchResponse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/21126")
|
||||||
public void testCancellationOfScrollSearches() throws Exception {
|
public void testCancellationOfScrollSearches() throws Exception {
|
||||||
|
|
||||||
List<ScriptedBlockPlugin> plugins = initBlockFactory();
|
List<ScriptedBlockPlugin> plugins = initBlockFactory();
|
||||||
|
@ -185,6 +186,7 @@ public class SearchCancellationIT extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/21126")
|
||||||
public void testCancellationOfScrollSearchesOnFollowupRequests() throws Exception {
|
public void testCancellationOfScrollSearchesOnFollowupRequests() throws Exception {
|
||||||
|
|
||||||
List<ScriptedBlockPlugin> plugins = initBlockFactory();
|
List<ScriptedBlockPlugin> plugins = initBlockFactory();
|
||||||
|
|
Loading…
Reference in New Issue