Skip to content
Snippets Groups Projects
Commit f4b1d88e authored by Francois Keith's avatar Francois Keith
Browse files

Disable a test for mac.

parent 81397a06
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment