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) {
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"
You can’t perform that action at this time.
0 commit comments