[TEST] Disable GraphTests.testSignificanceQueryCrawl

as it sporadically fails

Relates to elastic/x-pack-elasticsearch#918

Original commit: elastic/x-pack-elasticsearch@e2a8a79e62
This commit is contained in:
Yannick Welsch 2017-04-27 09:33:27 +02:00
parent d709a64638
commit 983fb95a2a
1 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@ public class GraphTests extends XPackSingleNodeTestCase {
return pluginList(ScriptedTimeoutPlugin.class, XPackPlugin.class);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/918")
public void testSignificanceQueryCrawl() {
GraphExploreRequestBuilder grb = new GraphExploreRequestBuilder(client(), GraphExploreAction.INSTANCE).setIndices("test");
Hop hop1 = grb.createNextHop(QueryBuilders.termQuery("description", "beatles"));