Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 9464d3c

Browse files
Vikram bir SinghthaJeztah
andcommitted
Disable TestPsListContainersFilterExited (Windows)
On account of being flaky on both RS1 and RS5. Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Signed-off-by: Vikram bir Singh <vikrambir.singh@docker.com> (cherry picked from commit 7de4e13) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 50cee7c commit 9464d3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

integration-cli/docker_cli_ps_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ func (s *DockerSuite) TestPsListContainersFilterLabel(c *testing.T) {
436436
}
437437

438438
func (s *DockerSuite) TestPsListContainersFilterExited(c *testing.T) {
439+
// TODO Flaky on Windows CI [both RS1 and RS5]
440+
// On slower machines the container may not have exited
441+
// yet when we filter below by exit status/exit value.
442+
skip.If(c, DaemonIsWindows(), "FLAKY on Windows, see #20819")
439443
runSleepingContainer(c, "--name=sleep")
440444

441445
firstZero, _ := dockerCmd(c, "run", "-d", "busybox", "true")

0 commit comments

Comments
 (0)