mirror of https://github.com/docker/docs.git
Merge pull request #21962 from Microsoft/jjh/logssincefuturefollow
Windows: Disable flakey LogsSinceFutureFollow
This commit is contained in:
commit
f3dcc1c462
|
@ -194,6 +194,8 @@ func (s *DockerSuite) TestLogsSince(c *check.C) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *DockerSuite) TestLogsSinceFutureFollow(c *check.C) {
|
func (s *DockerSuite) TestLogsSinceFutureFollow(c *check.C) {
|
||||||
|
// TODO Windows TP5 - Figure out why this test is so flakey. Disabled for now.
|
||||||
|
testRequires(c, DaemonIsLinux)
|
||||||
name := "testlogssincefuturefollow"
|
name := "testlogssincefuturefollow"
|
||||||
out, _ := dockerCmd(c, "run", "-d", "--name", name, "busybox", "/bin/sh", "-c", `for i in $(seq 1 5); do echo log$i; sleep 1; done`)
|
out, _ := dockerCmd(c, "run", "-d", "--name", name, "busybox", "/bin/sh", "-c", `for i in $(seq 1 5); do echo log$i; sleep 1; done`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue