fix(ci): Removed storage related ignore warnings

This commit is contained in:
radek.tandler
2024-12-17 18:35:13 +01:00
parent 48e11e68a1
commit 0c69545f30
8 changed files with 32 additions and 12 deletions

View File

@@ -10,7 +10,8 @@ CONFIGS_NVS_ENCR_FLASH_ENC = [
]
@pytest.mark.supported_targets
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.generic
@pytest.mark.parametrize('config', ['default'], indirect=True)
def test_nvs_flash(dut: IdfDut) -> None: