Skip to content

Commit 2d4b47a

Browse files
Merge pull request #17278 from kargakis/enable-some-upstream-e2e
Automatic merge from submit-queue. Enable upstream e2e statefulset tests
2 parents bfbf714 + 93a959b commit 2d4b47a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/extended/util/test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,8 @@ var (
341341
`validates resource limits of pods that are allowed to run`, // can't schedule to master due to node label limits, also fiddly
342342

343343
// TODO undisable:
344-
`should provide basic identity`, // needs a persistent volume provisioner in single node, host path not working
345-
"should adopt matching orphans and release non-matching pods", // stateful set, broken?
346-
"should not deadlock when a pod's predecessor fails", // stateful set, broken?
347-
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
344+
`should provide basic identity`, // needs a persistent volume provisioner in single node, host path not working
345+
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
348346

349347
// slow as sin and twice as ugly (11m each)
350348
"Pod should avoid to schedule to node that have avoidPod annotation",

0 commit comments

Comments
 (0)