-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 57467, 58996). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove flaky label from Eviction tests **What this PR does / why we need it**: All eviction tests in the flaky suite are no longer flaky. Remove the flaky label to move them from the flaky suite to the serial suite. I removed the QoS-based memory eviction test since it does not reflect the current eviction strategy. **Release note**: ```release-note NONE ``` /assign @mtaufen @Random-Liu /sig node /priority important-soon /kind cleanup