fix test/e2e_node staticcheck

This commit is contained in:
M. Habib Rosyad 2020-08-08 22:24:12 +07:00
parent 04362870ad
commit 42c68c303b
No known key found for this signature in database
GPG Key ID: D5C899B22EB5EA25
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ pkg/volume/azure_dd
pkg/volume/gcepd
pkg/volume/testing
test/e2e/autoscaling
test/e2e_node
test/integration/examples
test/integration/framework
test/integration/garbagecollector

View File

@ -360,7 +360,6 @@ var _ = framework.KubeDescribe("GKE system requirements [NodeConformance][Featur
framework.ExpectNoError(checkDockerSeccomp())
})
ginkgo.It("The docker storage driver should work", func() {
e2eskipper.Skipf("GKE does not currently require overlay")
framework.ExpectNoError(checkDockerStorageDriver())
})
})