Skip to content

Commit 8324b17

Browse files
authored
Merge pull request #6249 from thaJeztah/skip_TestPromptExitCode
e2d skip flaky test: TestPromptExitCode/plugin_upgrade, plugin_install
2 parents d16defd + 3035b66 commit 8324b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/global/cli_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func TestPromptExitCode(t *testing.T) {
143143
name: "plugin install",
144144
run: func(t *testing.T) icmd.Cmd {
145145
t.Helper()
146+
t.Skip("flaky test: see https://github.com/docker/cli/issues/6248")
146147
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
147148

148149
const plugin = "registry:5000/plugin-install-test:latest"
@@ -160,6 +161,7 @@ func TestPromptExitCode(t *testing.T) {
160161
name: "plugin upgrade",
161162
run: func(t *testing.T) icmd.Cmd {
162163
t.Helper()
164+
t.Skip("flaky test: see https://github.com/docker/cli/issues/6248")
163165
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
164166

165167
const plugin = "registry:5000/plugin-upgrade-test"

0 commit comments

Comments
 (0)