mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/pytest_example_efuse_test_failures' into 'master'
examples/efuse: fix issue with flash related commands in CI tests Closes IDFCI-1502 See merge request espressif/esp-idf!20865
This commit is contained in:
commit
17e61e928b
@ -15,7 +15,7 @@ from pytest_embedded_idf.serial import IdfSerial
|
||||
# which is required only for this test
|
||||
class EfuseFlashEncSerial(IdfSerial):
|
||||
|
||||
@IdfSerial.use_esptool
|
||||
@IdfSerial.use_esptool()
|
||||
def write_flash_no_enc(self) -> None:
|
||||
self.app.flash_settings['encrypt'] = False
|
||||
flash_files = []
|
||||
|
Loading…
Reference in New Issue
Block a user