Skip to content

Commit e8840f6

Browse files
committed
skip TestContainerStartWithAbsRuntimePath if the runtime is v1
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
1 parent 75ab094 commit e8840f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

integration/client/container_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ func TestContainerStartWithAbsRuntimePath(t *testing.T) {
212212
}
213213
defer client.Close()
214214

215+
if client.Runtime() == plugin.RuntimeLinuxV1 {
216+
t.Skip("test relies on runtime v2")
217+
}
218+
215219
var (
216220
image Image
217221
ctx, cancel = testContext(t)

0 commit comments

Comments
 (0)