platform/tests: temporarily disable failing check in "/route/test_cache_consistency_routes" (3)
This test is not (yet) stable. Disable for now.
This commit is contained in:
@@ -962,12 +962,6 @@ nmtstp_assert_platform(NMPlatform *platform, guint32 obj_type_flags)
|
||||
obj_type_flags = NM_FLAGS_UNSET(obj_type_flags, i_obj_type_flags);
|
||||
}
|
||||
|
||||
if (NM_IN_SET(obj_type, NMP_OBJECT_TYPE_IP4_ROUTE, NMP_OBJECT_TYPE_IP6_ROUTE)) {
|
||||
/* This test is currently unstable. Skip. */
|
||||
g_test_skip("Test is currently known to fail. SKIP");
|
||||
continue;
|
||||
}
|
||||
|
||||
nmp_lookup_init_obj_type(&lookup, obj_type);
|
||||
|
||||
arr1 = nm_platform_lookup_clone(platform, &lookup, NULL, NULL) ?: g_ptr_array_new();
|
||||
|
@@ -2181,6 +2181,9 @@ 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++) {
|
||||
|
Reference in New Issue
Block a user