Jenkins SITL tests temporarily disable FW test (#11428)

- waiting for https://github.com/PX4/Firmware/issues/11380
This commit is contained in:
Daniel Agar 2019-02-10 16:34:23 -05:00 committed by GitHub
parent 7c3999e00e
commit 955cde72af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -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",

View File

@ -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",