diff --git a/src/systemcmds/tests/CMakeLists.txt b/src/systemcmds/tests/CMakeLists.txt index 2c734b1ba0..38672c7ea2 100644 --- a/src/systemcmds/tests/CMakeLists.txt +++ b/src/systemcmds/tests/CMakeLists.txt @@ -34,7 +34,7 @@ set(srcs test_adc.c test_autodeclination.cpp - test_dataman.c +# test_dataman.c # Enable for by hand testing test_hysteresis.cpp test_bson.c test_conv.cpp diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c index 01e0518bca..a095ee25fb 100644 --- a/src/systemcmds/tests/tests_main.c +++ b/src/systemcmds/tests/tests_main.c @@ -101,7 +101,7 @@ const struct { {"autodeclination", test_autodeclination, 0}, {"bson", test_bson, 0}, {"conv", test_conv, 0}, - {"dataman", test_dataman, 0}, + //{"dataman", test_dataman, 0}, // Enable for by hand testing {"file", test_file, OPT_NOJIGTEST | OPT_NOALLTEST}, {"file2", test_file2, OPT_NOJIGTEST}, {"float", test_float, 0},