Skip to content

Commit f0d6eea

Browse files
authored
Merge pull request #5661 from crazy-max/dockerfile-fix-test
test: missing direct push check feature compat
2 parents f92c83b + a9af28e commit f0d6eea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/dockerfile/dockerfile_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -9430,6 +9430,7 @@ func testPlatformWithOSVersion(t *testing.T, sb integration.Sandbox) {
94309430
// This test cannot be run on Windows currently due to `FROM scratch` and
94319431
// layer formatting not being supported on Windows.
94329432
integration.SkipOnPlatform(t, "windows")
9433+
workers.CheckFeatureCompat(t, sb, workers.FeatureDirectPush)
94339434

94349435
ctx := sb.Context()
94359436

0 commit comments

Comments
 (0)