Merge pull request #6249 from thaJeztah/skip_TestPromptExitCode

e2d skip flaky test: TestPromptExitCode/plugin_upgrade, plugin_install
This commit is contained in:
Sebastiaan van Stijn
2025-08-11 15:06:56 +02:00
committed by GitHub
+2
View File
@@ -143,6 +143,7 @@ func TestPromptExitCode(t *testing.T) {
name: "plugin install",
run: func(t *testing.T) icmd.Cmd {
t.Helper()
t.Skip("flaky test: see https://github.com/docker/cli/issues/6248")
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
const plugin = "registry:5000/plugin-install-test:latest"
@@ -160,6 +161,7 @@ func TestPromptExitCode(t *testing.T) {
name: "plugin upgrade",
run: func(t *testing.T) icmd.Cmd {
t.Helper()
t.Skip("flaky test: see https://github.com/docker/cli/issues/6248")
skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44"))
const plugin = "registry:5000/plugin-upgrade-test"