From: Azat Khuzhin Date: Sat, 18 Sep 2021 21:57:31 +0000 (+0300) Subject: test: mark util/monotonic_prc_fallback as retriable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04fcd7c6df158bb65261867de4b9ec8439696934;p=libevent test: mark util/monotonic_prc_fallback as retriable Refs: #1193 --- diff --git a/test/regress_util.c b/test/regress_util.c index 0f33ea0e..eb362b32 100644 --- a/test/regress_util.c +++ b/test/regress_util.c @@ -1848,7 +1848,7 @@ struct testcase_t util_testcases[] = { { "monotonic_res_fallback", test_evutil_monotonic_res, TT_OFF_BY_DEFAULT, &basic_setup, (void*)"fallback" }, { "monotonic_prc", test_evutil_monotonic_prc, 0, &basic_setup, (void*)"" }, { "monotonic_prc_precise", test_evutil_monotonic_prc, TT_RETRIABLE, &basic_setup, (void*)"precise" }, - { "monotonic_prc_fallback", test_evutil_monotonic_prc, 0, &basic_setup, (void*)"fallback" }, + { "monotonic_prc_fallback", test_evutil_monotonic_prc, TT_RETRIABLE, &basic_setup, (void*)"fallback" }, { "date_rfc1123", test_evutil_date_rfc1123, 0, NULL, NULL }, { "evutil_v4addr_is_local", test_evutil_v4addr_is_local, 0, NULL, NULL }, { "evutil_v6addr_is_local", test_evutil_v6addr_is_local, 0, NULL, NULL },