File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -105,31 +105,6 @@ func TestRoot(t *testing.T) {
105
105
require .ErrorContains (t , err , "unexpected status code 410" )
106
106
require .EqualValues (t , 1 , atomic .LoadInt64 (& called ), "called exactly once" )
107
107
})
108
-
109
- t .Run ("VersionMismatchWarning" , func (t * testing.T ) {
110
- t .Parallel ()
111
-
112
- var (
113
- expectedUpgradeMessage = "My custom upgrade message"
114
- dv = coderdtest .DeploymentValues (t )
115
- )
116
- dv .CLIUpgradeMessage = clibase .String (expectedUpgradeMessage )
117
-
118
- client := coderdtest .New (t , & coderdtest.Options {
119
- DeploymentValues : dv ,
120
- })
121
-
122
- _ = coderdtest .CreateFirstUser (t , client )
123
-
124
- inv , root := clitest .New (t , "ls" )
125
- clitest .SetupConfig (t , client , root )
126
-
127
- var buf bytes.Buffer
128
- inv .Stderr = & buf
129
- err := inv .Run ()
130
- require .NoError (t , err )
131
- fmt .Println ("output: " , buf .String ())
132
- })
133
108
}
134
109
135
110
// TestDERPHeaders ensures that the client sends the global `--header`s and
You can’t perform that action at this time.
0 commit comments