diff --git a/test/e2e/runner/rpc.go b/test/e2e/runner/rpc.go index 52c009caa..277962581 100644 --- a/test/e2e/runner/rpc.go +++ b/test/e2e/runner/rpc.go @@ -28,6 +28,10 @@ func waitForHeight(testnet *e2e.Testnet, height int64) (*types.Block, *types.Blo if node.Mode == e2e.ModeSeed { continue } + if node.Mode == e2e.ModeLight { + continue + } + client, ok := clients[node.Name] if !ok { client, err = node.Client()