Mute GraphTests.testTimedoutQueryCrawl (#55397)
Relates #55396 Relates #53913
This commit is contained in:
parent
65e0084120
commit
eb52df6652
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue