You've already forked runc
mirror of
https://github.com/opencontainers/runc.git
synced 2025-07-30 17:43:06 +03:00
Replace dind with smaller script
It just mounts /tmp into tmpfs. We need this because criu tests has problems on overlayfs. Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@ -864,7 +864,6 @@ func TestMountCgroupRO(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestMountCgroupRW(t *testing.T) {
|
||||
t.Skip("This test is screwed because of dind")
|
||||
if testing.Short() {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user