Skip to content

Commit f1c38b3

Browse files
committed
test: disable build-std test to unblock beta-1.81 backport
1 parent efa06d9 commit f1c38b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/build-std/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ impl BuildStd for Execs {
6262
}
6363
}
6464

65+
#[allow(unused_attributes)]
66+
#[ignore = "to unblock beta-1.81 backport"]
6567
#[cargo_test(build_std_real)]
6668
fn basic() {
6769
let p = project()

0 commit comments

Comments
 (0)