forked from Archive/PX4-Autopilot
mavsdk_tests: enable GPS lost test for VTOL
This is in multicopter mode only for now though.
This commit is contained in:
parent
3c499fc3a2
commit
ef7e4531f9
|
@ -39,7 +39,7 @@
|
|||
#include "autopilot_tester.h"
|
||||
|
||||
|
||||
TEST_CASE("Land on GPS lost during mission", "[multicopter]")
|
||||
TEST_CASE("Land on GPS lost during mission", "[multicopter][vtol]")
|
||||
{
|
||||
AutopilotTester tester;
|
||||
tester.connect(connection_url);
|
||||
|
|
Loading…
Reference in New Issue