Przeglądaj źródła

integration-cli: TestSlowStdinClosing is flaky on GitHub Runner

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 3 lat temu
rodzic
commit
0ca6e28807
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      integration-cli/docker_cli_run_test.go

+ 3 - 0
integration-cli/docker_cli_run_test.go

@@ -4151,6 +4151,9 @@ func (s *DockerSuite) TestRunEmptyEnv(c *testing.T) {
 
 
 // #28658
 // #28658
 func (s *DockerSuite) TestSlowStdinClosing(c *testing.T) {
 func (s *DockerSuite) TestSlowStdinClosing(c *testing.T) {
+	if DaemonIsWindows() {
+		skip.If(c, testEnv.GitHubActions())
+	}
 	const repeat = 3 // regression happened 50% of the time
 	const repeat = 3 // regression happened 50% of the time
 	for i := 0; i < repeat; i++ {
 	for i := 0; i < repeat; i++ {
 		c.Run(strconv.Itoa(i), func(c *testing.T) {
 		c.Run(strconv.Itoa(i), func(c *testing.T) {