Skip to content

Commit

Permalink
TestBuildkitDisabled: debug ci
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 5, 2022
1 parent 8cc9d09 commit 8f03a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/docker/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,12 @@ func TestBuildkitDisabled(t *testing.T) {
assert.DeepEqual(t, []string{"build", "."}, args)
assert.Check(t, len(envs) == 0)

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

func TestBuilderBroken(t *testing.T) {
Expand Down

0 comments on commit 8f03a1f

Please sign in to comment.