Disable test_timer for macos

This commit is contained in:
Cobrand
2017-12-12 05:51:27 +00:00
parent 7164ed77e9
commit 2bed801fef
+1
View File
@@ -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();