Mark PD test as flaky.

This commit is contained in:
spxtr 2017-04-05 23:30:02 -07:00
parent bc8a7556d8
commit 8117f515ab

View File

@ -806,7 +806,8 @@ var _ = framework.KubeDescribe("Volumes [Volume]", func() {
////////////////////////////////////////////////////////////////////////
framework.KubeDescribe("PD", func() {
It("should be mountable", func() {
// Flaky issue: #43977
It("should be mountable [Flaky]", func() {
framework.SkipUnlessProviderIs("gce", "gke")
config := VolumeTestConfig{
namespace: namespace.Name,