Commit 68edcaa0 authored by Saad Ali's avatar Saad Ali

Merge pull request #9900 from pmorie/nfs-e2e

Fix typo in volumes e2e
parents 6ada940e 0ec83324
......@@ -224,7 +224,7 @@ var _ = Describe("Volumes", func() {
// the test needs privileged containers, which are disabled by default.
// Run the test with "go run hack/e2e.go ... --ginkgo.focus=Volume"
Describe("[Skipped] NFS", func() {
It("should be montable", func() {
It("should be mountable", func() {
config := VolumeTestConfig{
namespace: namespace.Name,
prefix: "nfs",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment