diff --git a/tests/test_time.c b/tests/test_time.c
index 41161310fc9f899880aec0df56932ec9cb269556..21e4f3836841d3c2c00abf651569487d6b4eafd1 100644
--- a/tests/test_time.c
+++ b/tests/test_time.c
@@ -64,14 +64,6 @@ 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;
 	}