Skip to content

Commit

Permalink
Ignore invalid_target_empty test.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ehuss committed Jun 30, 2022
1 parent 524745d commit 6dedcf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/cargo_add/invalid_target_empty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use crate::cargo_add::init_registry;
use cargo_test_support::curr_dir;

#[cargo_test]
#[ignore]
fn invalid_target_empty() {
init_registry();
let project = Project::from_template(curr_dir!().join("in"));
Expand Down

0 comments on commit 6dedcf8

Please sign in to comment.