Remove assumption about how the timeout feature is implemented.

Original commit: elastic/x-pack-elasticsearch@7a4fa000c1
This commit is contained in:
Adrien Grand 2017-07-19 17:29:49 +02:00
parent a6bf79bd31
commit f15147b87b
1 changed files with 1 additions and 6 deletions

View File

@ -237,11 +237,6 @@ public class GraphTests extends XPackSingleNodeTestCase {
// 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")));
}
public void testNonDiversifiedCrawl() {