test/e2e/auth: Fix static check failures

This commit is contained in:
hwdef 2019-12-02 11:09:11 +08:00
parent b920b388e9
commit d81dd48e2c
2 changed files with 0 additions and 4 deletions

View File

@ -66,7 +66,6 @@ pkg/volume/util/operationexecutor
pkg/volume/util/subpath
pkg/volume/vsphere_volume
test/e2e/apps
test/e2e/auth
test/e2e/autoscaling
test/e2e/instrumentation/logging/stackdriver
test/e2e/instrumentation/monitoring

View File

@ -107,9 +107,6 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
})
framework.ExpectNoError(err, "failed to create proxy service")
config, err = framework.LoadConfig()
framework.ExpectNoError(err, "failed to load config")
var podIP string
// get pod ip
err = wait.Poll(100*time.Millisecond, 10*time.Second, func() (done bool, err error) {