Skip to content

Commit

Permalink
test: disable build-std test to unblock beta-1.81 backport
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 7, 2024
1 parent efa06d9 commit f1c38b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/build-std/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ impl BuildStd for Execs {
}
}

#[allow(unused_attributes)]
#[ignore = "to unblock beta-1.81 backport"]
#[cargo_test(build_std_real)]
fn basic() {
let p = project()
Expand Down

0 comments on commit f1c38b3

Please sign in to comment.