aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-16 18:36:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-16 18:36:34 +0000
commit5bdaddc5d68187c4d4d32b2e7631a9f8746ec19d (patch)
tree136f659759e916157ec69dad7baf674e6b3aa0c6 /tests
parent0727ec7bdf784bef41b768f80fbb54b1a8f45113 (diff)
Disable this test on non-Linux for now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@252759 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-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;
}