[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:
parent
d709a64638
commit
983fb95a2a
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue