From 955cde72af83b28212e7ac0c54a321b517fe2aae Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 10 Feb 2019 16:34:23 -0500 Subject: [PATCH] Jenkins SITL tests temporarily disable FW test (#11428) - waiting for https://github.com/PX4/Firmware/issues/11380 --- .ci/Jenkinsfile-SITL_tests | 12 ++++++------ .ci/Jenkinsfile-SITL_tests_coverage | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index 342add37c2..921354f354 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -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", diff --git a/.ci/Jenkinsfile-SITL_tests_coverage b/.ci/Jenkinsfile-SITL_tests_coverage index a1ac3a62cd..5eac9933f0 100644 --- a/.ci/Jenkinsfile-SITL_tests_coverage +++ b/.ci/Jenkinsfile-SITL_tests_coverage @@ -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",