disable DaemonSet scheduling feature for 1.10

This commit is contained in:
Jordan Liggitt
2018-03-20 10:50:37 -04:00
parent 7c7370ea2d
commit 05e4ccecb1
2 changed files with 4 additions and 2 deletions

View File

@@ -453,6 +453,8 @@ func TestSimpleDaemonSetLaunchesPods(t *testing.T) {
// When ScheduleDaemonSetPods is enabled, DaemonSets without node selectors should
// launch pods on every node by NodeAffinity.
func TestSimpleDaemonSetScheduleDaemonSetPodsLaunchesPods(t *testing.T) {
t.Skip("disabled for 1.10")
enabled := utilfeature.DefaultFeatureGate.Enabled(features.ScheduleDaemonSetPods)
// Rollback feature gate.
defer func() {