Merge branch 'ci/efuse_tests' into 'master'

ci(espefuse_test): Comply with esptool v4.8

See merge request espressif/esp-idf!33021
This commit is contained in:
Radim Karniš 2024-08-23 14:58:56 +08:00
commit a263f833c9

View File

@ -428,7 +428,6 @@ class TestEFuseCommands(TestWrapperCommands):
self.assertIn('BLOCK1', output)
self.assertIn('BLOCK2', output)
self.assertIn('BLOCK3', output)
self.assertIn('read_regs', output)
def test_efuse_read_protect(self):
read_protect_command = [sys.executable, idf_py_path, 'efuse-read-protect', '--virt', '--do-not-confirm']