Remove assumption about how the timeout feature is implemented.
Original commit: elastic/x-pack-elasticsearch@7a4fa000c1
This commit is contained in:
parent
a6bf79bd31
commit
f15147b87b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue