From 4e8775a584e59ef92523d37fa7a87538f9ffdd7a Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 6 Sep 2020 19:47:10 -0400 Subject: [PATCH] Jenkins: temporarily disable MC safe landing SITL test - the MC safe landing SITL test continues to fail intermittently so I'm disabling it for now --- .ci/Jenkinsfile-SITL_tests | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index 2d0d1d9b74..0e455ff35e 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -42,13 +42,13 @@ pipeline { vehicle: "iris_obs_avoid", run_script: "rostest_avoidance_run.sh" ], - [ - name: "MC_safe_landing", - test: "mavros_posix_test_safe_landing.test", - mission: "MC_safe_landing", - vehicle: "iris_obs_avoid", - run_script: "rostest_avoidance_run.sh" - ], + // [ + // name: "MC_safe_landing", + // test: "mavros_posix_test_safe_landing.test", + // mission: "MC_safe_landing", + // vehicle: "iris_obs_avoid", + // run_script: "rostest_avoidance_run.sh" + // ], ]