about summary refs log tree commit diff
path: root/src/platform/tests
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-09-20 21:04:54 +0200
committerMichael Biebl <biebl@debian.org>2017-09-20 21:04:54 +0200
commit93368eb67cd49313e1e38045010bb7a0bb46e4cf (patch)
treea6741acab28c156e6fde36c06d42262a1f89354b /src/platform/tests
parent6591116fbf5ffe613921524c367b475ae0ac9628 (diff)
parentbdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff)
Updated version 1.8.4 from 'upstream/1.8.4'
with Debian dir 9aad7c38bece00cfa4099176de05bcb471d7445d
Diffstat (limited to 'src/platform/tests')
-rw-r--r--src/platform/tests/test-route.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/platform/tests/test-route.c b/src/platform/tests/test-route.c
index 6862f13e..9960d867 100644
--- a/src/platform/tests/test-route.c
+++ b/src/platform/tests/test-route.c
@@ -421,7 +421,8 @@ test_ip4_route_options (void)
 	nmtst_platform_ip4_routes_equal ((NMPlatformIP4Route *) routes->data, rts, routes->len, TRUE);
 
 	/* Remove route */
-	g_assert (nm_platform_ip4_route_delete (NM_PLATFORM_GET, ifindex, network, 24, 20));
+	/* FIXME. Due to a bug, we cannot delete routes with non-zero TOS. See bgo#785004. */
+	//g_assert (nm_platform_ip4_route_delete (NM_PLATFORM_GET, ifindex, network, 24, 20));
 
 	g_array_unref (routes);
 }