Browse Source

Disable acceptance test for Tinker OS image. See MEN-2785

Changelog: None

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2.0.x
Lluis Campos 5 years ago
parent
commit
8a30bf4ecc
  1. 11
      scripts/run-tests.sh

11
scripts/run-tests.sh

@ -131,11 +131,12 @@ convert_and_test "raspberrypi" \
"${RASPBIAN_IMAGE}.zip" \
"configs/raspberrypi3_config" || test_result=$?
convert_and_test "linaro-alip" \
"release-1" \
"${TINKER_IMAGE_URL}" \
"${TINKER_IMAGE}.img" \
"${TINKER_IMAGE}.zip" || test_result=$?
# MEN-2809: Disabled due broken download link
#convert_and_test "linaro-alip" \
# "release-1" \
# "${TINKER_IMAGE_URL}" \
# "${TINKER_IMAGE}.img" \
# "${TINKER_IMAGE}.zip" || test_result=$?
convert_and_test "beaglebone" \
"release-1" \

Loading…
Cancel
Save