mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 15:47:13 +00:00
feat(storage): minimize platforms for tests
This commit is contained in:

committed by
Martin Vychodil

parent
d5dc04693d
commit
ad25a90d6a
@@ -34,30 +34,6 @@ def prepare() -> t.Generator[None, None, None]:
|
||||
f'-c \'set ESP_SEMIHOST_BASEDIR "{TEMP_DIR}"\' -f board/esp32-wrover-kit-3.3v.cfg',
|
||||
marks=[pytest.mark.esp32],
|
||||
),
|
||||
# pytest.param(
|
||||
# 'esp,idf,jtag',
|
||||
# 'y',
|
||||
# f'-c \'set ESP_SEMIHOST_BASEDIR "{TEMP_DIR}"\' -f board/esp32c2-ftdi.cfg',
|
||||
# marks=[pytest.mark.esp32c2],
|
||||
# ),
|
||||
# pytest.param(
|
||||
# 'esp,idf,jtag',
|
||||
# 'y',
|
||||
# f'-c \'set ESP_SEMIHOST_BASEDIR "{TEMP_DIR}"\' -f board/esp32s2-kaluga-1.cfg',
|
||||
# marks=[pytest.mark.esp32c3],
|
||||
# ),
|
||||
# pytest.param(
|
||||
# 'esp,idf,jtag',
|
||||
# 'y',
|
||||
# f'-c \'set ESP_SEMIHOST_BASEDIR "{TEMP_DIR}"\' -f board/esp32s2-kaluga-1.cfg',
|
||||
# marks=[pytest.mark.esp32s2],
|
||||
# ),
|
||||
# pytest.param(
|
||||
# 'esp,idf,jtag',
|
||||
# 'y',
|
||||
# f'-c \'set ESP_SEMIHOST_BASEDIR "{TEMP_DIR}"\' -f board/esp32s2-kaluga-1.cfg',
|
||||
# marks=[pytest.mark.esp32s3],
|
||||
# ),
|
||||
],
|
||||
indirect=True,
|
||||
)
|
||||
|
Reference in New Issue
Block a user