fix(ci): Removed storage related ignore warnings

This commit is contained in:
radek.tandler
2024-12-17 18:35:13 +01:00
parent 4cb0c09a38
commit df31bc6fdd
8 changed files with 13 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ from pytest_embedded import Dut
@pytest.mark.esp32c3
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.generic
@pytest.mark.parametrize('config', [
'default', 'iram',
], indirect=True)
@@ -16,6 +17,7 @@ def test_vfs_default(dut: Dut) -> None:
@pytest.mark.esp32
@pytest.mark.generic
@pytest.mark.parametrize('config', [
'ccomp',
], indirect=True)