Skip to content

Commit

Permalink
Merge pull request moby#46620 from vvoland/c8d-test-ignore-squash
Browse files Browse the repository at this point in the history
integration/c8d: Skip TestBuildSquashParent
  • Loading branch information
thaJeztah authored Oct 11, 2023
2 parents d7caea2 + 0cd02ab commit f2e163b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/build/build_squash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (

func TestBuildSquashParent(t *testing.T) {
skip.If(t, testEnv.DaemonInfo.OSType == "windows")
skip.If(t, testEnv.UsingSnapshotter(), "squash is not implemented for containerd image store")

ctx := testutil.StartSpan(baseContext, t)

Expand Down

0 comments on commit f2e163b

Please sign in to comment.