From 2bed801feff4be5690cfcb30317495c0396c81e8 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Tue, 12 Dec 2017 05:50:07 +0000 Subject: [PATCH] Disable test_timer for macos --- src/sdl2/timer.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sdl2/timer.rs b/src/sdl2/timer.rs index 823c357a..af6f0ebc 100644 --- a/src/sdl2/timer.rs +++ b/src/sdl2/timer.rs @@ -167,6 +167,7 @@ fn test_timer_can_be_recreated() { } #[test] +#[cfg(not(target_os = "macos"))] fn test_timer() { test_timer_runs_multiple_times(); test_timer_runs_at_least_once();