Skip to content

Commit

Permalink
Disable log checking in e2e-pilot (istio#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
andraxylia authored Feb 5, 2018
1 parent c2ee8cb commit 6cae0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/test/integration/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func init() {
"Namespace in which to install the applications (empty to create/delete temporary one)")
flag.StringVar(&params.Registry, "registry", string(serviceregistry.KubernetesRegistry), "Pilot registry")
flag.BoolVar(&verbose, "verbose", false, "Debug level noise from proxies")
flag.BoolVar(&params.checkLogs, "logs", true, "Validate pod logs (expensive in long-running tests)")
flag.BoolVar(&params.checkLogs, "logs", false, "Validate pod logs (expensive in long-running tests)")

flag.StringVar(&kubeconfig, "kubeconfig", os.Getenv("KUBECONFIG"),
"kube config file (missing or empty file makes the test use in-cluster kube config instead)")
Expand Down

0 comments on commit 6cae0b9

Please sign in to comment.