mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
test/e2e/auth: Fix static check failures
This commit is contained in:
parent
b920b388e9
commit
d81dd48e2c
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user