Browse Source

mavsdk_tests: fix model name of plane

However, the test does not pass yet, so I'm leaving it commented out.
sbg
Julian Oes 5 years ago committed by Lorenz Meier
parent
commit
a2e95f171f
  1. 2
      test/mavsdk_tests/mavsdk_test_runner.py

2
test/mavsdk_tests/mavsdk_test_runner.py

@ -23,7 +23,7 @@ test_matrix = [
"timeout_min": 20, "timeout_min": 20,
}, },
# { # {
# "model": "standard_plane", # "model": "plane",
# "test_filter": "[plane]", # "test_filter": "[plane]",
# "timeout_min": 25, # "timeout_min": 25,
# } # }

Loading…
Cancel
Save