We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16defd + 3035b66 commit 8324b17Copy full SHA for 8324b17
1 file changed
e2e/global/cli_test.go
@@ -143,6 +143,7 @@ func TestPromptExitCode(t *testing.T) {
143
name: "plugin install",
144
run: func(t *testing.T) icmd.Cmd {
145
t.Helper()
146
+ t.Skip("flaky test: see https://github.com/docker/cli/issues/6248")
147
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
148
149
const plugin = "registry:5000/plugin-install-test:latest"
@@ -160,6 +161,7 @@ func TestPromptExitCode(t *testing.T) {
160
161
name: "plugin upgrade",
162
163
164
165
166
167
const plugin = "registry:5000/plugin-upgrade-test"
0 commit comments