Skip to content

Commit

Permalink
frontend: missing compat check for TestCommandSourceMapping
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit df5ad9c)
  • Loading branch information
crazy-max authored and tonistiigi committed Apr 25, 2024
1 parent 6d689a3 commit d647910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/dockerfile/dockerfile_provenance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,7 @@ func testDockerIgnoreMissingProvenance(t *testing.T, sb integration.Sandbox) {

func testCommandSourceMapping(t *testing.T, sb integration.Sandbox) {
integration.SkipOnPlatform(t, "windows")
workers.CheckFeatureCompat(t, sb, workers.FeatureDirectPush, workers.FeatureProvenance)
ctx := sb.Context()

c, err := client.New(ctx, sb.Address())
Expand Down

0 comments on commit d647910

Please sign in to comment.