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
2 changed files with 0 additions and 2 deletions

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())
})
})