mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #43336 from saad-ali/markbadtestsasflake
Automatic merge from submit-queue (batch tested with PRs 43331, 43336) Mark failing PersistentVolumes:GCEPD tests flaky Move failing `PersistentVolumes:GCEPD` tests to flaky, Fixes https://github.com/kubernetes/kubernetes/issues/43200. PR https://github.com/kubernetes/kubernetes/pull/40609 incorrectly removed the flaky tag. PR https://github.com/kubernetes/kubernetes/pull/40924 re-added the flaky tag, but did not get all the tests. This PR marks these as flaky as well: ``` [k8s.io] PersistentVolumes [Volume][Serial] [k8s.io] PersistentVolumes:GCEPD should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach [k8s.io] PersistentVolumes [Volume][Serial] [k8s.io] PersistentVolumes:GCEPD should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk [k8s.io] PersistentVolumes [Volume][Serial] [k8s.io] PersistentVolumes:GCEPD should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach ``` CC @copejon @jeffvance @kubernetes/sig-storage-pr-reviews
This commit is contained in:
commit
b4455b5960
@ -294,7 +294,7 @@ var _ = framework.KubeDescribe("PersistentVolumes [Volume][Serial]", func() {
|
||||
// GCE PD
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// Testing configurations of single a PV/PVC pair attached to a GCE PD
|
||||
framework.KubeDescribe("PersistentVolumes:GCEPD", func() {
|
||||
framework.KubeDescribe("PersistentVolumes:GCEPD[Flaky]", func() {
|
||||
|
||||
var (
|
||||
diskName string
|
||||
|
Loading…
Reference in New Issue
Block a user