From 54072bf5301a7fd5a0493d78ed0d880039313443 Mon Sep 17 00:00:00 2001 From: Jon Cope Date: Fri, 3 Feb 2017 09:37:21 -0600 Subject: [PATCH] Add [Flaky] to persistent volumes tests --- test/e2e/kubelet.go | 2 +- test/e2e/persistent_volumes-disruptive.go | 2 +- test/e2e/persistent_volumes.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/kubelet.go b/test/e2e/kubelet.go index 06f4f4624d8..bacfeaf2121 100644 --- a/test/e2e/kubelet.go +++ b/test/e2e/kubelet.go @@ -376,7 +376,7 @@ var _ = framework.KubeDescribe("kubelet", func() { }) // Delete nfs server pod after another pods accesses the mounted nfs volume. - framework.KubeDescribe("host cleanup with volume mounts [HostCleanup]", func() { + framework.KubeDescribe("host cleanup with volume mounts [HostCleanup][Flaky]", func() { type hostCleanupTest struct { itDescr string podCmd string diff --git a/test/e2e/persistent_volumes-disruptive.go b/test/e2e/persistent_volumes-disruptive.go index 8f72c64539c..ca88a2b355f 100644 --- a/test/e2e/persistent_volumes-disruptive.go +++ b/test/e2e/persistent_volumes-disruptive.go @@ -47,7 +47,7 @@ const ( kRestart kubeletOpt = "restart" ) -var _ = framework.KubeDescribe("PersistentVolumes [Volume][Disruptive]", func() { +var _ = framework.KubeDescribe("PersistentVolumes [Volume][Disruptive][Flaky]", func() { f := framework.NewDefaultFramework("disruptive-pv") var ( diff --git a/test/e2e/persistent_volumes.go b/test/e2e/persistent_volumes.go index c37cb104db3..6a78ed5f1e6 100644 --- a/test/e2e/persistent_volumes.go +++ b/test/e2e/persistent_volumes.go @@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("PersistentVolumes [Volume][Serial]", func() { /////////////////////////////////////////////////////////////////////// // Testing configurations of a single a PV/PVC pair, multiple evenly paired PVs/PVCs, // and multiple unevenly paired PV/PVCs - framework.KubeDescribe("PersistentVolumes:NFS", func() { + framework.KubeDescribe("PersistentVolumes:NFS[Flaky]", func() { var ( NFSconfig VolumeTestConfig