File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
348
348
})
349
349
350
350
It ("should support inline execution and attach" , func () {
351
+ framework .SkipIfContainerRuntimeIs ("rkt" ) // #23335
351
352
framework .SkipUnlessServerVersionGTE (jobsVersion , c )
352
353
353
354
nsFlag := fmt .Sprintf ("--namespace=%v" , ns )
@@ -1044,6 +1045,8 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
1044
1045
jobName := "e2e-test-rm-busybox-job"
1045
1046
1046
1047
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" )
1047
1050
framework .SkipUnlessServerVersionGTE (jobsVersion , c )
1048
1051
1049
1052
By ("executing a command with run --rm and attach with stdin" )
You can’t perform that action at this time.
0 commit comments