mirror of https://github.com/docker/docs.git
Add dep to test
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
f039c699a4
commit
65aba0c9d6
|
@ -5254,6 +5254,7 @@ func (s *DockerSuite) TestBuildEmptyStringVolume(c *check.C) {
|
||||||
|
|
||||||
func TestBuildContainerWithCgroupParent(t *testing.T) {
|
func TestBuildContainerWithCgroupParent(t *testing.T) {
|
||||||
testRequires(t, NativeExecDriver)
|
testRequires(t, NativeExecDriver)
|
||||||
|
testRequires(t, SameHostDaemon)
|
||||||
defer deleteImages()
|
defer deleteImages()
|
||||||
|
|
||||||
cgroupParent := "test"
|
cgroupParent := "test"
|
||||||
|
|
Loading…
Reference in New Issue