Skip to content

Commit 397b3df

Browse files
committed
test: disable build-std test to unblock beta-1.81 backport
1 parent b24a555 commit 397b3df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/build-std/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ fn basic() {
133133
assert_eq!(p.glob(deps_dir.join("*.dylib")).count(), 0);
134134
}
135135

136+
#[allow(unused_attributes)]
137+
#[ignore = "to unblock beta-1.81 backport"]
136138
#[cargo_test(build_std_real)]
137139
fn cross_custom() {
138140
let p = project()
@@ -176,6 +178,8 @@ fn cross_custom() {
176178
.run();
177179
}
178180

181+
#[allow(unused_attributes)]
182+
#[ignore = "to unblock beta-1.81 backport"]
179183
#[cargo_test(build_std_real)]
180184
fn custom_test_framework() {
181185
let p = project()

0 commit comments

Comments
 (0)