Merge pull request #93817 from habibrosyad/patch-92402-test/e2e_node

fix test/e2e_node staticcheck
This commit is contained in:
Kubernetes Prow Robot 2020-08-27 16:07:37 -07:00 committed by GitHub
commit 02838bde69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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())
})
})