Skip to content

Commit 68753e2

Browse files
committed
Temporarily move test lockfile_constant_during_new to nightly.
1 parent 7a63770 commit 68753e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testsuite/new.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,10 @@ fn new_with_reference_link() {
377377

378378
#[cargo_test]
379379
fn lockfile_constant_during_new() {
380+
if !cargo_test_support::is_nightly() {
381+
// Remove when 1.56 is stable (cargo new defaults to 2021).
382+
return;
383+
}
380384
cargo_process("new foo").run();
381385

382386
cargo_process("build").cwd(&paths::root().join("foo")).run();

0 commit comments

Comments
 (0)