File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -693,6 +693,8 @@ fn strip_source_file() -> &'static str {
693693
694694#[ test]
695695#[ cfg( not( windows) ) ]
696+ // FIXME test runs in a timeout with macos-latest on x86_64 in the CI
697+ #[ cfg( not( all( target_os = "macos" , target_arch = "x86_64" ) ) ) ]
696698fn test_install_and_strip ( ) {
697699 let scene = TestScenario :: new ( util_name ! ( ) ) ;
698700 let at = & scene. fixtures ;
@@ -716,6 +718,8 @@ fn test_install_and_strip() {
716718
717719#[ test]
718720#[ cfg( not( windows) ) ]
721+ // FIXME test runs in a timeout with macos-latest on x86_64 in the CI
722+ #[ cfg( not( all( target_os = "macos" , target_arch = "x86_64" ) ) ) ]
719723fn test_install_and_strip_with_program ( ) {
720724 let scene = TestScenario :: new ( util_name ! ( ) ) ;
721725 let at = & scene. fixtures ;
You can’t perform that action at this time.
0 commit comments