Fix typo in volumes e2e

This commit is contained in:
Paul Morie 2015-06-16 17:24:02 -04:00
parent 4d25121206
commit 0ec8332418

View File

@ -224,7 +224,7 @@ var _ = Describe("Volumes", func() {
// the test needs privileged containers, which are disabled by default. // the test needs privileged containers, which are disabled by default.
// Run the test with "go run hack/e2e.go ... --ginkgo.focus=Volume" // Run the test with "go run hack/e2e.go ... --ginkgo.focus=Volume"
Describe("[Skipped] NFS", func() { Describe("[Skipped] NFS", func() {
It("should be montable", func() { It("should be mountable", func() {
config := VolumeTestConfig{ config := VolumeTestConfig{
namespace: namespace.Name, namespace: namespace.Name,
prefix: "nfs", prefix: "nfs",