Label MemoryEviction [Disruptive]

pull/6/head
Michael Taufen 2016-08-11 15:21:54 -07:00
parent 9620f066c6
commit 8575b73298
1 changed files with 1 additions and 1 deletions

View File

@ -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() {