Commit 8117f515 authored by spxtr's avatar spxtr

Mark PD test as flaky.

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