Skip to content
Snippets Groups Projects
Commit 367a18f7 authored by Daniel Agar's avatar Daniel Agar
Browse files

tests temporarily disable mavlink tests on nuttx

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