Skip to content
Snippets Groups Projects
Unverified Commit 955cde72 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

Jenkins SITL tests temporarily disable FW test (#11428)

parent 7c3999e0
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,12 @@ pipeline {
steps {
script {
def missions = [
[
name: "FW",
test: "mavros_posix_test_mission.test",
mission: "FW_mission_1",
vehicle: "plane"
],
// [
// name: "FW",
// test: "mavros_posix_test_mission.test",
// mission: "FW_mission_1",
// vehicle: "plane"
// ],
[
name: "MC_box",
......
......@@ -9,12 +9,12 @@ pipeline {
steps {
script {
def missions = [
[
name: "FW",
test: "mavros_posix_test_mission.test",
mission: "FW_mission_1",
vehicle: "plane"
],
// [
// name: "FW",
// test: "mavros_posix_test_mission.test",
// mission: "FW_mission_1",
// vehicle: "plane"
// ],
[
name: "MC_box",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment