From 3922ceda03436464b4d04f957c43179772c40a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 30 Oct 2022 21:25:15 +0100 Subject: test: disable run_watch_external_watch_files on macOS (#16477) This test has hung a lot recently on macOS. I am not sure if this is because of a bug in the test or because of the macOS runner that is extremely slow and flaky in general. --- cli/tests/integration/watcher_tests.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/tests/integration/watcher_tests.rs') diff --git a/cli/tests/integration/watcher_tests.rs b/cli/tests/integration/watcher_tests.rs index efc1b186b..58f7e11fa 100644 --- a/cli/tests/integration/watcher_tests.rs +++ b/cli/tests/integration/watcher_tests.rs @@ -582,6 +582,10 @@ fn run_watch_no_dynamic() { check_alive_then_kill(child); } +// TODO(bartlomieju): this test became flaky on macOS runner; it is unclear +// if that's because of a bug in code or the runner itself. We should reenable +// it once we upgrade to XL runners for macOS. +#[cfg(not(target_os = "macos"))] #[test] fn run_watch_external_watch_files() { let t = TempDir::new(); -- cgit v1.2.3