1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Skip some tests for E2E

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone
2017-09-11 16:34:08 +02:00
parent b1fb41988d
commit f089a1df39
8 changed files with 62 additions and 11 deletions

View File

@ -1409,6 +1409,9 @@ func (s *DockerSuite) TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs(
}
func (s *DockerSuite) TestContainerAPIGetContainersJSONEmpty(c *check.C) {
// E2E: Test assumes no other containers running.
testRequires(c, NotE2E)
cli, err := client.NewEnvClient()
c.Assert(err, checker.IsNil)
defer cli.Close()