mavsdk_tests: enable GPS lost test for VTOL

This is in multicopter mode only for now though.
This commit is contained in:
Julian Oes 2020-06-26 11:06:45 +02:00 committed by Daniel Agar
parent 3c499fc3a2
commit ef7e4531f9
1 changed files with 1 additions and 1 deletions

View File

@ -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);