Skip to content

Commit a2ee632

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/build-std/main.rs

Lines changed: 6 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()
@@ -237,6 +241,8 @@ fn custom_test_framework() {
237241
// Fixing rust-lang/rust#117839.
238242
// on macOS it never gets remapped.
239243
// Might be a separate issue, so only run on Linux.
244+
#[allow(unused_attributes)]
245+
#[ignore = "to unblock beta-1.81 backport"]
240246
#[cargo_test(build_std_real)]
241247
#[cfg(target_os = "linux")]
242248
fn remap_path_scope() {

0 commit comments

Comments
 (0)