1
0
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:
Alexander Morozov
2015-07-30 13:20:10 -07:00
parent 45cbce3e45
commit 1735ad788f
3 changed files with 6 additions and 5 deletions

View File

@ -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
}