From 4d30f327f9c51a10accaa351ece726e2accde2fe Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 16 Dec 2020 11:34:32 -0500 Subject: [PATCH] Github Actions: skip Mavros tiltrotor mission for now (#16405) --- .github/workflows/mavros_mission_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mavros_mission_tests.yml b/.github/workflows/mavros_mission_tests.yml index 2e063d1ce9..16f61d08f1 100644 --- a/.github/workflows/mavros_mission_tests.yml +++ b/.github/workflows/mavros_mission_tests.yml @@ -22,7 +22,7 @@ jobs: - {vehicle: "standard_vtol", mission: "VTOL_mission_1", build_type: "Coverage"} - {vehicle: "standard_vtol", mission: "VTOL_mission_1", build_type: "AddressSanitizer"} #- {vehicle: "tailsitter", mission: "VTOL_mission_1", build_type: "RelWithDebInfo"} - - {vehicle: "tiltrotor", mission: "VTOL_mission_1", build_type: "RelWithDebInfo"} + #- {vehicle: "tiltrotor", mission: "VTOL_mission_1", build_type: "RelWithDebInfo"} container: image: px4io/px4-dev-ros-melodic:2020-11-18