Skip to content

Commit

Permalink
test: skip if engine does not exist on host
Browse files Browse the repository at this point in the history
  • Loading branch information
lucor committed Feb 20, 2022
1 parent 4c947bc commit 70cffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

func TestCmd(t *testing.T) {
engineBinary, err := engine()
require.NoError(t, err)
t.Skip("engine not found", err)

expectedCmd, err := execabs.LookPath(engineBinary)
require.NoError(t, err)
Expand Down

0 comments on commit 70cffc2

Please sign in to comment.