From bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Sep 2017 21:04:15 +0200 Subject: New upstream version 1.8.4 --- src/platform/tests/test-route.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/platform/tests') 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); } -- cgit 1.3.0-6-gf8a5