Skip to content

Commit f8a65ec

Browse files
author
Kenichi Omichi
committed
WIP: Testing PR94115
1 parent dc6b7f8 commit f8a65ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/common/container_probe.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import (
3232
"k8s.io/kubernetes/test/e2e/framework"
3333
e2eevents "k8s.io/kubernetes/test/e2e/framework/events"
3434
e2epod "k8s.io/kubernetes/test/e2e/framework/pod"
35-
e2eskipper "k8s.io/kubernetes/test/e2e/framework/skipper"
3635
testutils "k8s.io/kubernetes/test/utils"
3736

3837
"github.com/onsi/ginkgo"
@@ -214,7 +213,6 @@ var _ = framework.KubeDescribe("Probing container", func() {
214213
*/
215214
ginkgo.It("should be restarted with a docker exec liveness probe with timeout ", func() {
216215
// TODO: enable this test once the default exec handler supports timeout.
217-
e2eskipper.Skipf("The default exec handler, dockertools.NativeExecHandler, does not support timeouts due to a limitation in the Docker Remote API")
218216
cmd := []string{"/bin/sh", "-c", "sleep 600"}
219217
livenessProbe := &v1.Probe{
220218
Handler: execHandler([]string{"/bin/sh", "-c", "sleep 10"}),

0 commit comments

Comments
 (0)