tests temporarily disable mavlink tests on nuttx

This commit is contained in:
Daniel Agar
2018-04-09 01:03:32 -04:00
parent 47fd298143
commit 367a18f735
+2
View File
@@ -93,7 +93,9 @@ const struct {
/* external tests */
{"commander", commander_tests_main, 0},
{"controllib", controllib_test_main, 0},
#ifndef __PX4_NUTTX
{"mavlink", mavlink_tests_main, 0},
#endif
{"mc_pos_control", mc_pos_control_tests_main, 0},
{"sf0x", sf0x_tests_main, 0},
{"uorb", uorb_tests_main, 0},