File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ func TestPromptExitCode(t *testing.T) {
143
143
name : "plugin install" ,
144
144
run : func (t * testing.T ) icmd.Cmd {
145
145
t .Helper ()
146
+ t .Skip ("flaky test: see https://github.com/docker/cli/issues/6248" )
146
147
skip .If (t , versions .LessThan (environment .DaemonAPIVersion (t ), "1.44" ))
147
148
148
149
const plugin = "registry:5000/plugin-install-test:latest"
@@ -160,6 +161,7 @@ func TestPromptExitCode(t *testing.T) {
160
161
name : "plugin upgrade" ,
161
162
run : func (t * testing.T ) icmd.Cmd {
162
163
t .Helper ()
164
+ t .Skip ("flaky test: see https://github.com/docker/cli/issues/6248" )
163
165
skip .If (t , versions .LessThan (environment .DaemonAPIVersion (t ), "1.44" ))
164
166
165
167
const plugin = "registry:5000/plugin-upgrade-test"
You can’t perform that action at this time.
0 commit comments