Skip to content

Commit 8f03a1f

Browse files
committed
TestBuildkitDisabled: debug ci
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 8cc9d09 commit 8f03a1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cmd/docker/builder_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,12 @@ func TestBuildkitDisabled(t *testing.T) {
134134
assert.DeepEqual(t, []string{"build", "."}, args)
135135
assert.Check(t, len(envs) == 0)
136136

137+
t.Logf("serverInfo: %+v", dockerCli.ServerInfo())
138+
// if dockerCli.ServerInfo().OSType == "linux" {
137139
output.Assert(t, b.String(), map[int]func(string) error{
138140
0: output.Suffix("DEPRECATED: The legacy builder is deprecated and will be removed in a future release."),
139141
})
142+
// }
140143
}
141144

142145
func TestBuilderBroken(t *testing.T) {

0 commit comments

Comments
 (0)