]> granicus.if.org Git - libevent/commitdiff
test: mark util/monotonic_prc_fallback as retriable
authorAzat Khuzhin <azat@libevent.org>
Sat, 18 Sep 2021 21:57:31 +0000 (00:57 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 18 Sep 2021 21:57:31 +0000 (00:57 +0300)
Refs: #1193

test/regress_util.c

index 0f33ea0ea11c8372bba711622176bf2f6c0f975f..eb362b32301fa8b1abd73f72fb9e3866195f865b 100644 (file)
@@ -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 },