From 5e21eb3b78a09bab2796d9589e430947b3b8f59c Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Wed, 24 Jun 2020 16:10:58 +0200 Subject: [PATCH] mavsdk_test: remove flaky tests Tests for both of these models did not pass for me locally. Therefore, I'm removing them for now. It's up to the stakeholders of these models to add them again. --- test/mavsdk_tests/configs/sitl.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/mavsdk_tests/configs/sitl.json b/test/mavsdk_tests/configs/sitl.json index 27b0e10ed9..7f3e591e43 100644 --- a/test/mavsdk_tests/configs/sitl.json +++ b/test/mavsdk_tests/configs/sitl.json @@ -10,18 +10,6 @@ "test_filter": "[multicopter],[offboard]", "timeout_min": 10 }, - { - "model": "iris_dual_gps", - "vehicle": "iris_dual_gps", - "test_filter": "[multicopter]", - "timeout_min": 10 - }, - { - "model": "iris_opt_flow_mockup", - "vehicle": "iris_opt_flow_mockup", - "test_filter": "[multicopter][offboard][nogps]", - "timeout_min": 10 - }, { "model": "standard_vtol", "vehicle": "standard_vtol",