From 477393db3c7084e0f3c2ec1d46b378ac34887a65 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 16 Mar 2010 18:36:34 +0000 Subject: Disable this test on non-Linux for now. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@252759 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- tests/test_time.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_time.c b/tests/test_time.c index 58b7af356..b4933e89b 100644 --- a/tests/test_time.c +++ b/tests/test_time.c @@ -64,6 +64,14 @@ AST_TEST_DEFINE(test_timezone_watch) "Verifies that the caching engine properly destroys a timezone entry when its file is deleted."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: +#ifndef __linux__ + /*! + * \todo Fix this test for non-Linux + * + * https://reviewboard.asterisk.org/r/554/ + */ + return AST_TEST_NOT_RUN; +#endif break; } -- cgit v1.2.3