From ed9b9a7579b6aec7406acd2af5bdc45efd507789 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Tue, 18 Apr 2023 17:09:03 +0800 Subject: [PATCH] Add warning to reserve the reason The test has some issues we can not avoid. Put it in code to avoid it is re-inroduced again Signed-off-by: Jerry Yu --- tests/suites/test_suite_platform.function | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/suites/test_suite_platform.function b/tests/suites/test_suite_platform.function index 54d394470a..8dd4098f3a 100644 --- a/tests/suites/test_suite_platform.function +++ b/tests/suites/test_suite_platform.function @@ -74,6 +74,13 @@ void time_delay_milliseconds(int delay_ms) /* END_CASE */ /* BEGIN_CASE depends_on:MBEDTLS_HAVE_TIME */ + +/* + * WARNING: DONOT ENABLE THIS TEST. RESERVE IT HERE TO KEEP THE REASON. + * + * The test often failed on the CI. See #1517. CI failures cannot be + * completely avoided due to out-of-sync clock sources. + */ void time_delay_seconds(int delay_secs) { mbedtls_time_t current = mbedtls_time(NULL);