File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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) ]
137139fn 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) ]
180184fn 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" ) ]
242248fn remap_path_scope ( ) {
You can’t perform that action at this time.
0 commit comments