Skip to content

Commit

Permalink
test: missing direct push check feature compat
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 15, 2025
1 parent b4db7c2 commit a9af28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/dockerfile/dockerfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9430,6 +9430,7 @@ func testPlatformWithOSVersion(t *testing.T, sb integration.Sandbox) {
// This test cannot be run on Windows currently due to `FROM scratch` and
// layer formatting not being supported on Windows.
integration.SkipOnPlatform(t, "windows")
workers.CheckFeatureCompat(t, sb, workers.FeatureDirectPush)

ctx := sb.Context()

Expand Down

0 comments on commit a9af28e

Please sign in to comment.