Tests: silence cancelling scroll search tests

Investigating it locally
This commit is contained in:
Igor Motov 2016-10-25 19:52:51 -10:00
parent 6fe3bd817b
commit e6dda02c66
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,7 @@ public class SearchCancellationIT extends ESIntegTestCase {
ensureSearchWasCancelled(searchResponse);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/21126")
public void testCancellationOfScrollSearches() throws Exception {
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 {
List<ScriptedBlockPlugin> plugins = initBlockFactory();