From 12a5ce7a0aa77d899969a4266165efa46e7d7e76 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 8 Aug 2016 20:59:24 -0400 Subject: [PATCH] temporarily disable uorb test on OSX (#5280) --- src/systemcmds/tests/tests_main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c index 9e17214df0..021d7d4ef9 100644 --- a/src/systemcmds/tests/tests_main.c +++ b/src/systemcmds/tests/tests_main.c @@ -93,10 +93,11 @@ const struct { {"commander", commander_tests_main, 0}, {"controllib", controllib_test_main, 0}, //{"mavlink", mavlink_tests_main, 0}, // TODO: fix mavlink_tests - {"sf0x", sf0x_tests_main, 0}, + {"sf0x", sf0x_tests_main, 0}, +#ifndef __PX4_DARWIN {"uorb", uorb_tests_main, 0}, - - {"autodeclination", test_autodeclination, 0}, +#endif /* __PX4_DARWIN */ + {"autodeclination", test_autodeclination, 0}, {"hysteresis", test_hysteresis, 0}, {"bson", test_bson, 0}, {"conv", test_conv, 0},