Remove hysteresis tests on Mac OS

This commit is contained in:
Lorenz Meier
2016-08-12 13:53:02 +02:00
parent 2e44fe9edd
commit a52d0ca00a
+1 -1
View File
@@ -96,9 +96,9 @@ const struct {
{"sf0x", sf0x_tests_main, 0},
#ifndef __PX4_DARWIN
{"uorb", uorb_tests_main, 0},
{"hysteresis", test_hysteresis, 0},
#endif /* __PX4_DARWIN */
{"autodeclination", test_autodeclination, 0},
{"hysteresis", test_hysteresis, 0},
{"bson", test_bson, 0},
{"conv", test_conv, 0},
{"file", test_file, OPT_NOJIGTEST | OPT_NOALLTEST},