From 6bc1b507ae1311232a8eb3eee1a8b9f09aea4d87 Mon Sep 17 00:00:00 2001 From: Daniel Fajmon Date: Tue, 21 Apr 2026 15:40:34 +0200 Subject: [PATCH] UPSTREAM: : Skip e2e test: attach on previously attached volumes should work This test was never used and has been deprecated in versions 4.18 and later. --- .../e2e/annotate/generated/zz_generated.annotations.go | 2 +- openshift-hack/e2e/annotate/rules.go | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/openshift-hack/e2e/annotate/generated/zz_generated.annotations.go b/openshift-hack/e2e/annotate/generated/zz_generated.annotations.go index 4e940d2f2f946..3a6ba397a0edc 100644 --- a/openshift-hack/e2e/annotate/generated/zz_generated.annotations.go +++ b/openshift-hack/e2e/annotate/generated/zz_generated.annotations.go @@ -13681,7 +13681,7 @@ var Annotations = map[string]string{ "[sig-storage] PersistentVolumes:vsphere [Feature:vsphere] should test that deleting the PV before the pod does not cause pod deletion to fail on vsphere volume detach": " [Suite:openshift/conformance/parallel] [Suite:k8s]", - "[sig-storage] Pod Disks [Feature:StorageProvider] [Serial] attach on previously attached volumes should work": " [Suite:openshift/conformance/serial] [Suite:k8s]", + "[sig-storage] Pod Disks [Feature:StorageProvider] [Serial] attach on previously attached volumes should work": " [Disabled:Broken] [Suite:k8s]", "[sig-storage] Pod Disks [Feature:StorageProvider] detach in a disrupted environment [Slow] [Disruptive] when node's API object is deleted": " [Serial] [Suite:k8s]", diff --git a/openshift-hack/e2e/annotate/rules.go b/openshift-hack/e2e/annotate/rules.go index df13a36ea4435..eb599e96ba149 100644 --- a/openshift-hack/e2e/annotate/rules.go +++ b/openshift-hack/e2e/annotate/rules.go @@ -108,6 +108,9 @@ var ( `Netpol \[LinuxOnly\] NetworkPolicy between server and client using UDP should enforce policy to allow traffic only from a pod in a different namespace based on PodSelector and NamespaceSelector`, `Topology Hints should distribute endpoints evenly`, + + // https://issues.redhat.com/browse/OCPBUGS-72531 + `\[sig-storage\] Pod Disks \[Feature:StorageProvider\] \[Serial\] attach on previously attached volumes should work`, }, // tests that may work, but we don't support them "[Disabled:Unsupported]": {