mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
install: disable two tests on macOS x86_64
they run in timeouts in the CI with macos-latest
This commit is contained in:
@@ -693,6 +693,8 @@ fn strip_source_file() -> &'static str {
|
||||
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
// FIXME test runs in a timeout with macos-latest on x86_64 in the CI
|
||||
#[cfg(not(all(target_os = "macos", target_arch = "x86_64")))]
|
||||
fn test_install_and_strip() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
let at = &scene.fixtures;
|
||||
@@ -716,6 +718,8 @@ fn test_install_and_strip() {
|
||||
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
// FIXME test runs in a timeout with macos-latest on x86_64 in the CI
|
||||
#[cfg(not(all(target_os = "macos", target_arch = "x86_64")))]
|
||||
fn test_install_and_strip_with_program() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
let at = &scene.fixtures;
|
||||
|
||||
Reference in New Issue
Block a user