From 7eb52e48d997f3e36ff38b19f505616a3c401678 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Fri, 5 Aug 2016 12:28:05 +0200 Subject: [PATCH] Fix PodAffinity 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 8689ffbbf4c..2057a20569b 100644 --- a/test/e2e/scheduler_predicates.go +++ b/test/e2e/scheduler_predicates.go @@ -1031,7 +1031,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() { framework.Logf("Sleeping 10 seconds and crossing our fingers that scheduler will run in that time.") time.Sleep(10 * time.Second) - verifyResult(c, labelPodName, 1, 0, ns) + verifyResult(c, labelPodName, 2, 0, ns) }) // test the pod affinity successful matching scenario with multiple Label Operators.