mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 02:06:23 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user