We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b199ece commit 4a80c6dCopy full SHA for 4a80c6d
e2e/plugin/trust_test.go
@@ -18,6 +18,7 @@ func TestInstallWithContentTrust(t *testing.T) {
18
// TODO(krissetto): remove this skip once the fix (see https://github.com/moby/moby/pull/47299) is deployed to moby versions < 25
19
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
20
skip.If(t, environment.SkipPluginTests())
21
+ t.Skip("flaky")
22
23
const pluginName = registryPrefix + "/plugin-content-trust"
24
0 commit comments