From f3d962ad6457dee98c3facffe86fd22b46139865 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 8 Oct 2019 18:22:17 -0700 Subject: [PATCH] tag test that taints a node as disruptive --- test/e2e/node/runtimeclass.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/node/runtimeclass.go b/test/e2e/node/runtimeclass.go index cea044f0cf8..fc41e26f785 100644 --- a/test/e2e/node/runtimeclass.go +++ b/test/e2e/node/runtimeclass.go @@ -58,7 +58,7 @@ var _ = ginkgo.Describe("[sig-node] RuntimeClass", func() { gomega.Expect(apierrs.IsForbidden(err)).To(gomega.BeTrue(), "should be forbidden error") }) - ginkgo.It("should run a Pod requesting a RuntimeClass with scheduling [NodeFeature:RuntimeHandler] ", func() { + ginkgo.It("should run a Pod requesting a RuntimeClass with scheduling [NodeFeature:RuntimeHandler] [Disruptive] ", func() { nodeName := scheduling.GetNodeThatCanRunPod(f) nodeSelector := map[string]string{ "foo": "bar",