|
@@ -24,6 +24,7 @@ import (
|
|
"github.com/docker/docker/dockerversion"
|
|
"github.com/docker/docker/dockerversion"
|
|
"gotest.tools/assert"
|
|
"gotest.tools/assert"
|
|
is "gotest.tools/assert/cmp"
|
|
is "gotest.tools/assert/cmp"
|
|
|
|
+ "gotest.tools/skip"
|
|
)
|
|
)
|
|
|
|
|
|
const (
|
|
const (
|
|
@@ -286,6 +287,7 @@ func TestLogClosed(t *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func TestLogBlocking(t *testing.T) {
|
|
func TestLogBlocking(t *testing.T) {
|
|
|
|
+ skip.If(t, runtime.GOOS == "windows", "FIXME: test is flaky on Windows. See #39857")
|
|
mockClient := newMockClient()
|
|
mockClient := newMockClient()
|
|
stream := &logStream{
|
|
stream := &logStream{
|
|
client: mockClient,
|
|
client: mockClient,
|