mirror of https://github.com/k3s-io/k3s
Label MemoryEviction [Disruptive]
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