-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 40527, 40738, 39366, 40609, 40748) Removed Flaky tag from PV e2e, added [Volume] to disruptive PV e2e **What this PR does / why we need it**: Removes `[Flaky]` from PV e2e testing. Flakes were due to interference from an external test disrupting a cluster node. The test has been [removed](https://github.com/rmmh/kubernetes/commit/9f36c032de8c45beb02412d5abf870943023f6c4) and the flakes have [cleared](https://k8s-testgrid.appspot.com/google-gce#gce-flaky). Secondly, added `[Volume]` tag to PV disruptive tests. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #39119 **Release note**: NONE ```release-note ```
a17c9362