Merge pull request #103112 from fromanirh/cpumanager-e2e-fixes

e2e: node: remove obsolete AlphaFeature tag
This commit is contained in:
Kubernetes Prow Robot 2021-06-28 19:36:39 -07:00 committed by GitHub
commit 9866f9364e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -666,7 +666,7 @@ func runCPUManagerTests(f *framework.Framework) {
}
// Serial because the test updates kubelet configuration.
var _ = SIGDescribe("CPU Manager [Serial] [Feature:CPUManager][NodeAlphaFeature:CPUManager]", func() {
var _ = SIGDescribe("CPU Manager [Serial] [Feature:CPUManager]", func() {
f := framework.NewDefaultFramework("cpu-manager-test")
ginkgo.Context("With kubeconfig updated with static CPU Manager policy run the CPU Manager tests", func() {