[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
|
@ -103,7 +103,8 @@ public class GraphTests extends XPackSingleNodeTestCase {
|
|||
protected Collection<Class<? extends Plugin>> getPlugins() {
|
||||
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