Add [Flaky] to persistent volumes tests

This commit is contained in:
Jon Cope 2017-02-03 09:37:21 -06:00
parent ab794c6128
commit 54072bf530
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 (

View File

@ -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