mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
Windows: Remove TP4 support from test code
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@ -908,7 +908,7 @@ func (s *DockerSuite) TestStartWithTooLowMemoryLimit(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestContainerApiRename(c *check.C) {
|
||||
// TODO Windows: Enable for TP5. Fails on TP4.
|
||||
// TODO Windows: Debug why this sometimes fails on TP5. For now, leave disabled
|
||||
testRequires(c, DaemonIsLinux)
|
||||
out, _ := dockerCmd(c, "run", "--name", "TestContainerApiRename", "-d", "busybox", "sh")
|
||||
|
||||
|
Reference in New Issue
Block a user