mirror of https://github.com/k3s-io/k3s
Merge pull request #44133 from spxtr/pdflake
Automatic merge from submit-queue (batch tested with PRs 44143, 44133) Mark PD test as flaky. **What this PR does / why we need it**: Marks "PD should be mountable" as flaky. See #43977, which shows that it has flaked at least 7 times in the last 3 days. @kubernetes/sig-storage-test-failures **Release note**: ```release-note NONE ```pull/6/head
commit
3e57317677
|
@ -506,7 +506,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 := framework.VolumeTestConfig{
|
||||
Namespace: namespace.Name,
|
||||
|
|
Loading…
Reference in New Issue