ci: Added missing generic tag to psram tests

This commit is contained in:
Jakob Hasse
2024-04-15 14:25:03 +02:00
parent f9e81fe6fc
commit bf2bbbde16
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@@ -24,6 +24,7 @@ def test_fatfs_flash_wl_generic(dut: Dut) -> None:
@pytest.mark.esp32
@pytest.mark.generic
@pytest.mark.psram
@pytest.mark.parametrize(
'config',