We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da20496 commit 4dc2e40Copy full SHA for 4dc2e40
tests/testsuite/publish.rs
@@ -2419,12 +2419,6 @@ fn wait_for_publish() {
2419
})
2420
.build();
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
let p = project()
2429
.file(
2430
"Cargo.toml",
@@ -2510,12 +2504,6 @@ fn wait_for_publish_underscore() {
2510
2504
2511
2505
2512
2506
2513
2514
2515
- Package::new("delay_with_underscore", "0.0.1")
2516
2517
2518
2519
2507
2520
2508
2521
2509
0 commit comments