mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Disable this test on non-Linux for now.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@252759 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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.";
|
"Verifies that the caching engine properly destroys a timezone entry when its file is deleted.";
|
||||||
return AST_TEST_NOT_RUN;
|
return AST_TEST_NOT_RUN;
|
||||||
case TEST_EXECUTE:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user