mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Label MemoryEviction [Disruptive]
This commit is contained in:
parent
9620f066c6
commit
8575b73298
@ -33,7 +33,7 @@ import (
|
||||
// Eviction Policy is described here:
|
||||
// https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/kubelet-eviction.md
|
||||
|
||||
var _ = framework.KubeDescribe("MemoryEviction [Slow] [Serial]", func() {
|
||||
var _ = framework.KubeDescribe("MemoryEviction [Slow] [Serial] [Disruptive]", func() {
|
||||
f := framework.NewDefaultFramework("eviction-test")
|
||||
|
||||
Context("When there is memory pressure", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user