From f4b1d88e6feb4adc18663a8bdca248dbefe85aef Mon Sep 17 00:00:00 2001
From: Francois Keith <francois.keith@inrialpes.fr>
Date: Mon, 31 Oct 2011 09:34:32 +0100
Subject: [PATCH] Disable a test for mac.

---
 tests/CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 938a4780..2bca3889 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -60,7 +60,9 @@ ENDFOREACH()
 DYNAMIC_GRAPH_TEST(signal-cast-registerer)
 
 # Unit testing.
-DYNAMIC_GRAPH_TEST(entity)
+IF(NOT APPLE)
+  DYNAMIC_GRAPH_TEST(entity)
+ENDIF(NOT APPLE)
 DYNAMIC_GRAPH_TEST(custom-entity)
 DYNAMIC_GRAPH_TEST(factory)
 DYNAMIC_GRAPH_TEST(pool)
-- 
GitLab