From 72dcf9c2365ea1836db36c54ea00669261a753a9 Mon Sep 17 00:00:00 2001 From: gmarek Date: Thu, 2 Jun 2016 13:12:39 +0200 Subject: [PATCH] Disable PodAffinity SchedulerPredicates test --- test/e2e/scheduler_predicates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/scheduler_predicates.go b/test/e2e/scheduler_predicates.go index ca0bf811014..072f2f56f4d 100644 --- a/test/e2e/scheduler_predicates.go +++ b/test/e2e/scheduler_predicates.go @@ -1222,7 +1222,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() { }) // Verify that an escaped JSON string of pod affinity and pod anti affinity in a YAML PodSpec works. - It("validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value work", func() { + It("validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value work [Feature:PodAffinity]", func() { // launch a pod to find a node which can launch a pod. We intentionally do // not just take the node list and choose the first of them. Depending on the // cluster and the scheduler it might be that a "normal" pod cannot be