mirror of
https://github.com/moby/moby.git
synced 2025-12-04 19:23:06 +03:00
Windows: Remove TP4 support from test code
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@@ -690,7 +690,7 @@ func (s *DockerSuite) TestRunWithShmSize(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunTmpfsMounts(c *check.C) {
|
||||
// TODO Windows (Post TP4): This test cannot run on a Windows daemon as
|
||||
// TODO Windows (Post TP5): This test cannot run on a Windows daemon as
|
||||
// Windows does not support tmpfs mounts.
|
||||
testRequires(c, DaemonIsLinux)
|
||||
if out, _, err := dockerCmdWithError("run", "--tmpfs", "/run", "busybox", "touch", "/run/somefile"); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user