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" + // ], ]