File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -2419,12 +2419,6 @@ fn wait_for_publish() {
2419
2419
} )
2420
2420
. build ( ) ;
2421
2421
2422
- // The sparse-registry test server does not know how to publish on its own.
2423
- // So let us call publish for it.
2424
- Package :: new ( "delay" , "0.0.1" )
2425
- . file ( "src/lib.rs" , "" )
2426
- . publish ( ) ;
2427
-
2428
2422
let p = project ( )
2429
2423
. file (
2430
2424
"Cargo.toml" ,
@@ -2510,12 +2504,6 @@ fn wait_for_publish_underscore() {
2510
2504
} )
2511
2505
. build ( ) ;
2512
2506
2513
- // The sparse-registry test server does not know how to publish on its own.
2514
- // So let us call publish for it.
2515
- Package :: new ( "delay_with_underscore" , "0.0.1" )
2516
- . file ( "src/lib.rs" , "" )
2517
- . publish ( ) ;
2518
-
2519
2507
let p = project ( )
2520
2508
. file (
2521
2509
"Cargo.toml" ,
You can’t perform that action at this time.
0 commit comments