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.
This commit is contained in:
Thomas Haller 2023-01-19 20:25:21 +01:00
parent 82e21a4906
commit 5c324adc7c
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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++) {