summaryrefslogtreecommitdiff
path: root/tests/test_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_time.c')
-rw-r--r--tests/test_time.c8
1 files changed, 8 insertions, 0 deletions
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;
}