File tree 2 files changed +0
-24
lines changed
2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -169,18 +169,6 @@ async fn remove_toolchain() {
169
169
. await ;
170
170
}
171
171
172
- #[ tokio:: test]
173
- async fn remove_default_toolchain_autoinstalls ( ) {
174
- let mut cx = CliTestContext :: new ( Scenario :: SimpleV1 ) . await ;
175
- cx. config . expect_ok ( & [ "rustup" , "default" , "nightly" ] ) . await ;
176
- cx. config
177
- . expect_ok ( & [ "rustup" , "toolchain" , "remove" , "nightly" ] )
178
- . await ;
179
- cx. config
180
- . expect_stderr_ok ( & [ "rustc" , "--version" ] , "info: installing component" )
181
- . await ;
182
- }
183
-
184
172
#[ tokio:: test]
185
173
async fn remove_override_toolchain_err_handling ( ) {
186
174
let mut cx = CliTestContext :: new ( Scenario :: SimpleV1 ) . await ;
Original file line number Diff line number Diff line change @@ -311,18 +311,6 @@ async fn add_remove_multiple_toolchains() {
311
311
}
312
312
}
313
313
314
- #[ tokio:: test]
315
- async fn remove_default_toolchain_autoinstalls ( ) {
316
- let mut cx = CliTestContext :: new ( Scenario :: SimpleV2 ) . await ;
317
- cx. config . expect_ok ( & [ "rustup" , "default" , "nightly" ] ) . await ;
318
- cx. config
319
- . expect_ok ( & [ "rustup" , "toolchain" , "remove" , "nightly" ] )
320
- . await ;
321
- cx. config
322
- . expect_stderr_ok ( & [ "rustc" , "--version" ] , "info: installing component" )
323
- . await ;
324
- }
325
-
326
314
#[ tokio:: test]
327
315
async fn remove_override_toolchain_err_handling ( ) {
328
316
let mut cx = CliTestContext :: new ( Scenario :: SimpleV2 ) . await ;
You can’t perform that action at this time.
0 commit comments