Browse code

integration-cli: TestSlowStdinClosing is flaky on GitHub Runner

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

CrazyMax authored on 2022/05/08 05:30:18
Showing 1 changed files
... ...
@@ -4151,6 +4151,9 @@ func (s *DockerSuite) TestRunEmptyEnv(c *testing.T) {
4151 4151
 
4152 4152
 // #28658
4153 4153
 func (s *DockerSuite) TestSlowStdinClosing(c *testing.T) {
4154
+	if DaemonIsWindows() {
4155
+		skip.If(c, testEnv.GitHubActions())
4156
+	}
4154 4157
 	const repeat = 3 // regression happened 50% of the time
4155 4158
 	for i := 0; i < repeat; i++ {
4156 4159
 		c.Run(strconv.Itoa(i), func(c *testing.T) {