mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
integration/build: Unskip TestBuildEmitsImageCreateEvent for c8d
The issue is now fixed. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -741,8 +741,6 @@ func TestBuildEmitsImageCreateEvent(t *testing.T) {
|
||||
for _, builderVersion := range []types.BuilderVersion{types.BuilderV1, types.BuilderBuildKit} {
|
||||
t.Run("v"+string(builderVersion), func(t *testing.T) {
|
||||
if builderVersion == types.BuilderBuildKit {
|
||||
skip.If(t, testEnv.UsingSnapshotter(),
|
||||
"FIXME: Passing a context via a tarball is not supported with the containerd image store. See: https://github.com/moby/moby/issues/47717")
|
||||
skip.If(t, testEnv.DaemonInfo.OSType == "windows", "Buildkit is not supported on Windows")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user