diff --git a/components/spi_flash/test_apps/mspi_test/pytest_mspi_test.py b/components/spi_flash/test_apps/mspi_test/pytest_mspi_test.py index 020dfbf34d7..853a403d974 100644 --- a/components/spi_flash/test_apps/mspi_test/pytest_mspi_test.py +++ b/components/spi_flash/test_apps/mspi_test/pytest_mspi_test.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD +# SPDX-FileCopyrightText: 2022-2026 Espressif Systems (Shanghai) CO LTD # SPDX-License-Identifier: Apache-2.0 import pytest from pytest_embedded import Dut @@ -19,19 +19,6 @@ def test_mspi_bus(dut: Dut) -> None: dut.run_all_single_board_cases() -@pytest.mark.generic -@pytest.mark.parametrize( - 'config', - [ - 'xip_psram', - ], - indirect=True, -) -@idf_parametrize('target', ['esp32s2', 'esp32s3'], indirect=['target']) -def test_mspi_bus_xip_psram(dut: Dut) -> None: - dut.run_all_single_board_cases() - - @pytest.mark.generic @pytest.mark.parametrize( 'config',