From 28a1eb3527c9292e80acded4bcbf8ca69813acd5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 19 Jun 2023 11:26:00 +0200 Subject: [PATCH] test: fix testImageIDOutput Signed-off-by: CrazyMax --- tests/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.go b/tests/build.go index f82c80b3..b380071c 100644 --- a/tests/build.go +++ b/tests/build.go @@ -106,7 +106,7 @@ func testImageIDOutput(t *testing.T, sb integration.Sandbox) { cmd := buildxCmd( sb, - withArgs("build", "-q", outFlag, "--iidfile", filepath.Join(targetDir, "iid.txt"), "--metadata-file", filepath.Join(targetDir, "md.json"), dir), + withArgs("build", "-q", "--provenance", "false", outFlag, "--iidfile", filepath.Join(targetDir, "iid.txt"), "--metadata-file", filepath.Join(targetDir, "md.json"), dir), ) stdout := bytes.NewBuffer(nil) cmd.Stdout = stdout