Merge pull request #83647 from BenTheElder/tainting-nodes-is-disruptive

tag test that taints a node as disruptive
This commit is contained in:
Kubernetes Prow Robot 2019-10-11 13:42:18 -07:00 committed by GitHub
commit 2125c26a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ var _ = ginkgo.Describe("[sig-node] RuntimeClass", func() {
gomega.Expect(apierrs.IsForbidden(err)).To(gomega.BeTrue(), "should be forbidden error") 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) nodeName := scheduling.GetNodeThatCanRunPod(f)
nodeSelector := map[string]string{ nodeSelector := map[string]string{
"foo": "bar", "foo": "bar",