skip MemoryQoS rollback test until implementation is resolved

skip MemoryQoS rollback test until we figure out the mechanism to rollback.

Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
Qi Wang
2026-04-20 12:33:29 -04:00
parent 03779bbd00
commit 2aaa5b654b

View File

@@ -587,6 +587,9 @@ var _ = SIGDescribe("MemoryQoS", framework.WithSerial(), func() {
ginkgo.AfterEach(func(ctx context.Context) { restoreConfig(ctx) })
ginkgo.It("should reset memory protection to 0 when MemoryQoS is disabled", func(ctx context.Context) {
// See https://github.com/kubernetes/kubernetes/pull/138430 for details
ginkgo.Skip("skipping test until MemoryQoS rollback is resolved")
configureMemoryQoSWithPolicy(ctx, 0.9, kubeletconfig.TieredReservationMemoryReservationPolicy)
pod := memqosMakePod("memqos-rollback", f.Namespace.Name,