From 4a80c6da83c68661a17931e0bcccb5e0111cbccd Mon Sep 17 00:00:00 2001 From: Stephen Day Date: Thu, 20 Mar 2025 07:56:28 -0700 Subject: [PATCH] e2e: skip flaky test Signed-off-by: Stephen Day --- e2e/plugin/trust_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/plugin/trust_test.go b/e2e/plugin/trust_test.go index 1abf5f8c4c..995198c078 100644 --- a/e2e/plugin/trust_test.go +++ b/e2e/plugin/trust_test.go @@ -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"