From 40a72ef3cf5701fec1472b10fddc7f0e80c5fc56 Mon Sep 17 00:00:00 2001 From: Shubham Kulkarni Date: Mon, 15 Nov 2021 13:54:44 +0530 Subject: [PATCH] simple_ota_example: Move redundant and failing example_tests to nightly run --- examples/system/ota/simple_ota_example/example_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/system/ota/simple_ota_example/example_test.py b/examples/system/ota/simple_ota_example/example_test.py index 50f752ba96..10b34b070e 100644 --- a/examples/system/ota/simple_ota_example/example_test.py +++ b/examples/system/ota/simple_ota_example/example_test.py @@ -114,7 +114,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: | @@ -221,7 +221,7 @@ def test_examples_protocol_simple_ota_example_with_flash_encryption(env, extra_d dut1.expect('Starting OTA example', timeout=30) -@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: |