CI: remove wifi lib md5 test on ESP32S2beta

This commit is contained in:
He Yin Ling 2021-06-25 19:48:24 +08:00 committed by bot
parent 9c897ef280
commit ab830517bf

View File

@ -94,7 +94,6 @@ check_wifi_lib_md5:
dependencies: [] dependencies: []
script: script:
- IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh - IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
- IDF_TARGET=esp32s2beta $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
.build_with_make_and_cmake: &build_with_make_and_cmake | .build_with_make_and_cmake: &build_with_make_and_cmake |
echo -e "section_end:"`date +%s`":build_script\r\e[0Ksection_start:"`date +%s`":build_make\r\e[0KBuild with Make" echo -e "section_end:"`date +%s`":build_script\r\e[0Ksection_start:"`date +%s`":build_make\r\e[0KBuild with Make"