From 0349bd7237e26db0c8c9ab37fa82d926ddd9a106 Mon Sep 17 00:00:00 2001 From: Sophie Wigmore Date: Wed, 11 Oct 2023 10:41:48 -0400 Subject: [PATCH] remove buildkit-specific error test --- internal/ihop/client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ihop/client_test.go b/internal/ihop/client_test.go index 671752f..8ec8593 100644 --- a/internal/ihop/client_test.go +++ b/internal/ihop/client_test.go @@ -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"))) }) })