Skip to content

Commit 30cac75

Browse files
authored
Merge pull request #5945 from stevvooe/sjd/remove-flaky-test
e2e: skip flaky test
2 parents 255a5f6 + 4a80c6d commit 30cac75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)