Skip to content

Commit

Permalink
remove buildkit-specific error test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore committed Oct 11, 2023
1 parent 4f1d5b7 commit 0349bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/ihop/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ RUN --mount=type=secret,id=test-secret,dst=/temp cat /temp > /secret`), 0600)
}, "linux/amd64")
Expect(err).To(MatchError(ContainSubstring("load remote build context")))
Expect(err).To(MatchError(ContainSubstring("RUN \"no such command\"")))
Expect(err).To(MatchError(ContainSubstring("did not complete successfully")))
})
})

Expand Down

0 comments on commit 0349bd7

Please # to comment.