From dfaed0586f22463b94f76c7e2340b115bf29f034 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 5 Nov 2025 11:21:37 +0100 Subject: [PATCH] test: skip snapshot-metadata sidedcar in update-hostpath.sh external-snapshot-metadata yaml files are on unusual place, so this script would need some updates. Since the sidecar is not used in any e2e test, skip the sidecar for now. --- test/e2e/testing-manifests/storage-csi/update-hostpath.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/e2e/testing-manifests/storage-csi/update-hostpath.sh b/test/e2e/testing-manifests/storage-csi/update-hostpath.sh index 122de0d18be..c8938d2db76 100755 --- a/test/e2e/testing-manifests/storage-csi/update-hostpath.sh +++ b/test/e2e/testing-manifests/storage-csi/update-hostpath.sh @@ -127,6 +127,10 @@ for image in $images; do path="csi-snapshotter" rbac="rbac-csi-snapshotter.yaml" ;; + external-snapshot-metadata) + # Another special case. There is no e2e test that needs the RBAC manifest + it's on an unusual place. + continue + ;; esac ;; esac