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:
@ -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()
|
||||
|
Reference in New Issue
Block a user