From 67ad3fcb5b65fd74cab7f16531fce7ab457d8c43 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 4 Aug 2014 16:14:59 +0200 Subject: [PATCH] platform/tests: disable platform root test 'test-link-linux' for now This test is quite broken and fails often. It does not fail always, but the changes for a failure are high. We certainly should fix that, but for now exclude the test from `make check`. Signed-off-by: Thomas Haller --- src/platform/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am index b297e63b2c..b06e25e0ca 100644 --- a/src/platform/tests/Makefile.am +++ b/src/platform/tests/Makefile.am @@ -110,6 +110,6 @@ test_cleanup_linux_CPPFLAGS = \ test_cleanup_linux_LDADD = $(PLATFORM_LDADD) #@VALGRIND_RULES@ -TESTS = test-link-fake test-address-fake test-route-fake test-cleanup-fake test-link-linux test-address-linux test-route-linux test-cleanup-linux +TESTS = test-link-fake test-address-fake test-route-fake test-cleanup-fake test-address-linux test-route-linux test-cleanup-linux