oopsie missed two, should fix failing tests

This commit is contained in:
Maria Romano Silva
2025-10-28 01:26:32 +00:00
parent 11f9d32a0e
commit 86bfcd5eec
2 changed files with 2 additions and 3 deletions

View File

@@ -1859,7 +1859,7 @@ var _ = SIGDescribe("CPU Manager", ginkgo.Ordered, ginkgo.ContinueOnFailure, fra
})
})
f.Context("When checking the sidecar containers", feature.SidecarContainers, func() {
f.Context("When checking the sidecar containers", framework.WithNodeConformance(), func() {
ginkgo.BeforeEach(func(ctx context.Context) {
reservedCPUs = cpuset.New(0)
})