mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 08:20:28 +01:00
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 5c324adc7c)
This commit is contained in:
parent
34c707ee78
commit
184c7b528e
1 changed files with 0 additions and 3 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue