Skip to content

Commit 6dedcf8

Browse files
committed
Ignore invalid_target_empty test.
This is due to a change in clap 3.2. Cargo's CI runs without a lock file, but rust-lang/rust runs with one (locked to an older version). To avoid issues, this just ignores the test. See rust-lang#10753 for more.
1 parent 524745d commit 6dedcf8

File tree

1 file changed

+1
-0
lines changed
  • tests/testsuite/cargo_add/invalid_target_empty

1 file changed

+1
-0
lines changed

tests/testsuite/cargo_add/invalid_target_empty/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use crate::cargo_add::init_registry;
66
use cargo_test_support::curr_dir;
77

88
#[cargo_test]
9+
#[ignore]
910
fn invalid_target_empty() {
1011
init_registry();
1112
let project = Project::from_template(curr_dir!().join("in"));

0 commit comments

Comments
 (0)