From 184c7b528eb642ce1261cbc62755664a3de4f351 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 19 Jan 2023 20:25:21 +0100 Subject: [PATCH] platform/tests: re-enable and fix "/route/test_cache_consistency_routes" tests The tests failed in certain cases on gitlab-ci and were temporarily disabled. These issues should be fixed now and the test pass. Reenable. (cherry picked from commit 5c324adc7c3b35e63c7f04f6230326901c0403c0) --- src/core/platform/tests/test-route.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/platform/tests/test-route.c b/src/core/platform/tests/test-route.c index 2c9737bead..bd8fdc271c 100644 --- a/src/core/platform/tests/test-route.c +++ b/src/core/platform/tests/test-route.c @@ -2185,9 +2185,6 @@ test_cache_consistency_routes(gconstpointer test_data) int i_run; gs_unref_ptrarray GPtrArray *keeper = g_ptr_array_new_with_free_func(g_free); - g_test_skip("Test is currently known to fail. TODO. SKIP"); - return; - _ensure_onlink_routes(); for (i_run = 0; i_run < N_RUN; i_run++) {