From 13b6d0e4a73746c8b1631b168db1b7d19749fcb8 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 4 Jun 2019 16:22:07 -0500 Subject: [PATCH] test/e2e: scheduling: disable preemption tests --- test/extended/util/test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/extended/util/test.go b/test/extended/util/test.go index 23eb8b413630..2d4070ac9503 100644 --- a/test/extended/util/test.go +++ b/test/extended/util/test.go @@ -389,6 +389,7 @@ var ( `should be rejected when no endpoints exist`, // https://bugzilla.redhat.com/show_bug.cgi?id=1711605 `PreemptionExecutionPath runs ReplicaSets to verify preemption running path`, // https://bugzilla.redhat.com/show_bug.cgi?id=1711606 `TaintBasedEvictions`, // https://bugzilla.redhat.com/show_bug.cgi?id=1711608 + `SchedulerPreemption`, // https://bugzilla.redhat.com/show_bug.cgi?id=1717198 `\[Driver: iscsi\]`, // https://bugzilla.redhat.com/show_bug.cgi?id=1711627 `\[Driver: ceph\]\[Feature:Volumes\] \[Testpattern: Pre-provisioned PV \(default fs\)\] subPath should verify container cannot write to subpath`,