Skip to content

Commit 4dc2e40

Browse files
committed
test(publish): Don't pre-publish
1 parent da20496 commit 4dc2e40

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/testsuite/publish.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,12 +2419,6 @@ fn wait_for_publish() {
24192419
})
24202420
.build();
24212421

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-
24282422
let p = project()
24292423
.file(
24302424
"Cargo.toml",
@@ -2510,12 +2504,6 @@ fn wait_for_publish_underscore() {
25102504
})
25112505
.build();
25122506

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-
25192507
let p = project()
25202508
.file(
25212509
"Cargo.toml",

0 commit comments

Comments
 (0)