mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 01:10:46 +00:00
feat(storage): minimize platforms for tests
This commit is contained in:

committed by
Martin Vychodil

parent
d5dc04693d
commit
ad25a90d6a
@@ -7,7 +7,8 @@ import pytest
|
||||
from pytest_embedded import Dut
|
||||
|
||||
|
||||
@pytest.mark.supported_targets
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32c3
|
||||
def test_examples_spiffs(dut: Dut) -> None:
|
||||
message_list = (rb'example: Initializing SPIFFS',
|
||||
rb'example: Partition size: total: \d+, used: \d+',
|
||||
|
Reference in New Issue
Block a user