Skip to content

Commit eb52df6

Browse files
committed
Mute GraphTests.testTimedoutQueryCrawl (#55397)
Relates #55396 Relates #53913
1 parent 65e0084 commit eb52df6

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/graph/src/test/java/org/elasticsearch/xpack/graph/test

1 file changed

+1
-0
lines changed

x-pack/plugin/graph/src/test/java/org/elasticsearch/xpack/graph/test/GraphTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ public void testPopularityQueryCrawl() {
221221
assertNull("Elvis is a 3rd tier connection so should not be returned here", response.getVertex(Vertex.createId("people","elvis")));
222222
}
223223

224+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55396")
224225
public void testTimedoutQueryCrawl() {
225226
GraphExploreRequestBuilder grb = new GraphExploreRequestBuilder(client(), GraphExploreAction.INSTANCE).setIndices("test");
226227
grb.setTimeout(TimeValue.timeValueMillis(400));

0 commit comments

Comments
 (0)