Mute GraphTests.testTimedoutQueryCrawl (#55397)

Relates #55396
Relates #53913
This commit is contained in:
Tanguy Leroux 2020-04-17 15:30:49 +02:00
parent 65e0084120
commit eb52df6652
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ public class GraphTests extends ESSingleNodeTestCase {
assertNull("Elvis is a 3rd tier connection so should not be returned here", response.getVertex(Vertex.createId("people","elvis")));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55396")
public void testTimedoutQueryCrawl() {
GraphExploreRequestBuilder grb = new GraphExploreRequestBuilder(client(), GraphExploreAction.INSTANCE).setIndices("test");
grb.setTimeout(TimeValue.timeValueMillis(400));