1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #5945 from stevvooe/sjd/remove-flaky-test

e2e: skip flaky test
This commit is contained in:
Sebastiaan van Stijn
2025-03-21 13:49:19 +01:00
committed by GitHub

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"