mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(storage): Update build test rules for storage related components
This commit is contained in:
@@ -9,7 +9,6 @@ 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)
|
||||
@@ -18,8 +17,7 @@ def test_vfs_default(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.parametrize('config', [
|
||||
'ccomp',
|
||||
], indirect=True)
|
||||
|
Reference in New Issue
Block a user