We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febb454 commit 1acf956Copy full SHA for 1acf956
x-pack/plugin/graph/src/test/java/org/elasticsearch/xpack/graph/test/GraphTests.java
@@ -221,6 +221,7 @@ public void testPopularityQueryCrawl() {
221
assertNull("Elvis is a 3rd tier connection so should not be returned here", response.getVertex(Vertex.createId("people","elvis")));
222
}
223
224
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55396")
225
public void testTimedoutQueryCrawl() {
226
GraphExploreRequestBuilder grb = new GraphExploreRequestBuilder(client(), GraphExploreAction.INSTANCE).setIndices("test");
227
grb.setTimeout(TimeValue.timeValueMillis(400));
0 commit comments