diff --git a/plugin/src/test/java/org/elasticsearch/xpack/graph/test/GraphTests.java b/plugin/src/test/java/org/elasticsearch/xpack/graph/test/GraphTests.java index 07c8d7f7e49..b903a7bc518 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/graph/test/GraphTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/graph/test/GraphTests.java @@ -236,12 +236,7 @@ public class GraphTests extends XPackSingleNodeTestCase { // Most of the test runs we reach dave in the allotted time before we hit our // intended delay but sometimes this doesn't happen so I commented this line out. - // checkVertexDepth(response, 1, "dave"); - - // This is the point where we should certainly have run out of time due - // to the test query plugin with a deliberate pause - assertNull("Should have timed out trying to crawl out to kurt", response.getVertex(Vertex.createId("people","kurt"))); - + // checkVertexDepth(response, 1, "dave"); } public void testNonDiversifiedCrawl() {