File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ fn basic() {
133
133
assert_eq ! ( p. glob( deps_dir. join( "*.dylib" ) ) . count( ) , 0 ) ;
134
134
}
135
135
136
+ #[ allow( unused_attributes) ]
137
+ #[ ignore = "to unblock beta-1.81 backport" ]
136
138
#[ cargo_test( build_std_real) ]
137
139
fn cross_custom ( ) {
138
140
let p = project ( )
@@ -176,6 +178,8 @@ fn cross_custom() {
176
178
. run ( ) ;
177
179
}
178
180
181
+ #[ allow( unused_attributes) ]
182
+ #[ ignore = "to unblock beta-1.81 backport" ]
179
183
#[ cargo_test( build_std_real) ]
180
184
fn custom_test_framework ( ) {
181
185
let p = project ( )
@@ -237,6 +241,8 @@ fn custom_test_framework() {
237
241
// Fixing rust-lang/rust#117839.
238
242
// on macOS it never gets remapped.
239
243
// Might be a separate issue, so only run on Linux.
244
+ #[ allow( unused_attributes) ]
245
+ #[ ignore = "to unblock beta-1.81 backport" ]
240
246
#[ cargo_test( build_std_real) ]
241
247
#[ cfg( target_os = "linux" ) ]
242
248
fn remap_path_scope ( ) {
You can’t perform that action at this time.
0 commit comments