Skip to content

Commit 4a80c6d

Browse files
committed
e2e: skip flaky test
Signed-off-by: Stephen Day <[email protected]>
1 parent b199ece commit 4a80c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/plugin/trust_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func TestInstallWithContentTrust(t *testing.T) {
1818
// TODO(krissetto): remove this skip once the fix (see https://github.com/moby/moby/pull/47299) is deployed to moby versions < 25
1919
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
2020
skip.If(t, environment.SkipPluginTests())
21+
t.Skip("flaky")
2122

2223
const pluginName = registryPrefix + "/plugin-content-trust"
2324

0 commit comments

Comments
 (0)