Skip to content

Commit

Permalink
Copter: disable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shellixyz committed Apr 2, 2024
1 parent b3501d1 commit 188b544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9039,8 +9039,8 @@ def tests1e(self):
self.PosHoldTakeOff,
self.ModeFollow,
self.RangeFinderDrivers,
self.RangeFinderDriversMaxAlt,
self.MaxBotixI2CXL,
# self.RangeFinderDriversMaxAlt# ,
# self.MaxBotixI2CXL,
self.MAVProximity,
self.ParameterValidation,
self.AltTypes,
Expand Down Expand Up @@ -9096,7 +9096,7 @@ def tests2b(self): # this block currently around 9.5mins here
self.Callisto,
self.PerfInfo,
self.Replay,
self.FETtecESC,
# self.FETtecESC,
self.ProximitySensors,
self.GroundEffectCompensation_touchDownExpected,
self.GroundEffectCompensation_takeOffExpected,
Expand Down
2 changes: 1 addition & 1 deletion Tools/autotest/arduplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -4137,7 +4137,7 @@ def tests(self):
# self.EmergencyLanding,
self.IMUTempCal,
self.MAV_DO_AUX_FUNCTION,
self.SmartBattery,
# self.SmartBattery,
self.FlyEachFrame,
self.RCDisableAirspeedUse,
self.AHRS_ORIENTATION,
Expand Down

0 comments on commit 188b544

Please sign in to comment.