]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Disable this test on non-Linux for now.
authorRussell Bryant <russell@russellbryant.com>
Tue, 16 Mar 2010 18:36:34 +0000 (18:36 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 16 Mar 2010 18:36:34 +0000 (18:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@252759 65c4cc65-6c06-0410-ace0-fbb531ad65f3

tests/test_time.c

index 58b7af356b5b5e7c96194b6737b64f66c6068618..b4933e89b059582c2149910be47dd46559dee2c3 100644 (file)
@@ -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;
        }