From f7fea72e4633c325ba4afc641a8920dce9e91e50 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Mon, 25 Mar 2013 16:24:29 +0100 Subject: [PATCH] Recipes: Disable Anet unit tests Some Anet unit tests may fail because of the network configuration on the testing host. These failures do not indicate a problem in Anet but are a result of unpredictable events. --- testing/scripts/recipes/005_anet.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk index 3b8e6fd2e..2a3023c42 100644 --- a/testing/scripts/recipes/005_anet.mk +++ b/testing/scripts/recipes/005_anet.mk @@ -14,7 +14,7 @@ all: install @touch $@ .$(PKG)-built: .$(PKG)-cloned - cd $(PKG) && make tests && make LIBRARY_KIND=static + cd $(PKG) && make LIBRARY_KIND=static @touch $@ install: .$(PKG)-built