Skip to content

Commit 3dc521a

Browse files
authored
Merge pull request kubernetes#86313 from liggitt/gcepd-flake
Mark GCEPD test flaky
2 parents 0273d43 + d126080 commit 3dc521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/persistent_volumes-gce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ var _ = utils.SIGDescribe("PersistentVolumes GCEPD", func() {
149149
})
150150

151151
// Test that a Pod and PVC attached to a GCEPD successfully unmounts and detaches when the encompassing Namespace is deleted.
152-
ginkgo.It("should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk", func() {
152+
ginkgo.It("should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk [Flaky]", func() {
153153

154154
ginkgo.By("Deleting the Namespace")
155155
err := c.CoreV1().Namespaces().Delete(ns, nil)

0 commit comments

Comments
 (0)