Skip to content

Commit e50a821

Browse files
committed
e2e: Skip attach tests for rkt runtime
1 parent d8d63be commit e50a821

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/kubectl.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
348348
})
349349

350350
It("should support inline execution and attach", func() {
351+
framework.SkipIfContainerRuntimeIs("rkt") // #23335
351352
framework.SkipUnlessServerVersionGTE(jobsVersion, c)
352353

353354
nsFlag := fmt.Sprintf("--namespace=%v", ns)
@@ -1044,6 +1045,8 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
10441045
jobName := "e2e-test-rm-busybox-job"
10451046

10461047
It("should create a job from an image, then delete the job [Conformance]", func() {
1048+
// The rkt runtime doesn't support attach, see #23335
1049+
framework.SkipIfContainerRuntimeIs("rkt")
10471050
framework.SkipUnlessServerVersionGTE(jobsVersion, c)
10481051

10491052
By("executing a command with run --rm and attach with stdin")

0 commit comments

Comments
 (0)