Skip to content
Snippets Groups Projects
Commit 12a5ce7a authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

temporarily disable uorb test on OSX (#5280)

parent 630cebea
No related branches found
No related tags found
No related merge requests found
......@@ -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},
......
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