mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
simple_ota_example: Move redundant and failing example_tests to nightly run
This commit is contained in:
parent
690d7a5d6b
commit
f2c5c8e6d8
@ -123,7 +123,7 @@ def calc_all_sha256(dut):
|
||||
return sha256_bootloader, sha256_app
|
||||
|
||||
|
||||
@ttfw_idf.idf_example_test(env_tag='Example_WIFI_OTA')
|
||||
@ttfw_idf.idf_example_test(env_tag='Example_WIFI_OTA', nightly_run=True)
|
||||
def test_examples_protocol_simple_ota_example(env, extra_data):
|
||||
"""
|
||||
steps: |
|
||||
@ -239,7 +239,7 @@ def test_examples_protocol_simple_ota_example_with_flash_encryption(env, extra_d
|
||||
thread1.terminate()
|
||||
|
||||
|
||||
@ttfw_idf.idf_example_test(env_tag='Example_Flash_Encryption_OTA_WiFi', target=['esp32c3'])
|
||||
@ttfw_idf.idf_example_test(env_tag='Example_Flash_Encryption_OTA_WiFi', target=['esp32c3'], nightly_run=True)
|
||||
def test_examples_protocol_simple_ota_example_with_flash_encryption_wifi(env, extra_data):
|
||||
"""
|
||||
steps: |
|
||||
|
Loading…
Reference in New Issue
Block a user