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
|
@ -237,11 +237,6 @@ public class GraphTests extends XPackSingleNodeTestCase {
|
||||||
// intended delay but sometimes this doesn't happen so I commented this line out.
|
// intended delay but sometimes this doesn't happen so I commented this line out.
|
||||||
|
|
||||||
// checkVertexDepth(response, 1, "dave");
|
// 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() {
|
public void testNonDiversifiedCrawl() {
|
||||||
|
|
Loading…
Reference in New Issue