e2e: skip flaky test

Signed-off-by: Stephen Day <stephen.day@docker.com>
This commit is contained in:
Stephen Day 2025-03-20 07:56:28 -07:00
parent b199ece92a
commit 4a80c6da83
No known key found for this signature in database
GPG Key ID: 862AAEA3299E08B6
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ func TestInstallWithContentTrust(t *testing.T) {
// TODO(krissetto): remove this skip once the fix (see https://github.com/moby/moby/pull/47299) is deployed to moby versions < 25
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
skip.If(t, environment.SkipPluginTests())
t.Skip("flaky")
const pluginName = registryPrefix + "/plugin-content-trust"