mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Revert "Merge branch 'bugfix/temp_disable_f8r8_test' into 'master'"
This reverts merge request !17007
This commit is contained in:
parent
3441dd1e98
commit
e599db6d04
@ -554,7 +554,7 @@ test_app_test_flash_psram_f4r8:
|
|||||||
- ESP32S3
|
- ESP32S3
|
||||||
- MSPI_F4R8
|
- MSPI_F4R8
|
||||||
|
|
||||||
.test_app_test_flash_psram_f8r8:
|
test_app_test_flash_psram_f8r8:
|
||||||
extends: .test_app_esp32s3_template
|
extends: .test_app_esp32s3_template
|
||||||
tags:
|
tags:
|
||||||
- ESP32S3
|
- ESP32S3
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
|
# SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ def test_loop(env, config_names): # type: (Any, Any) -> None
|
|||||||
|
|
||||||
|
|
||||||
# For F8R8 board (Octal Flash and Octal PSRAM)
|
# For F8R8 board (Octal Flash and Octal PSRAM)
|
||||||
@ttfw_idf.idf_custom_test(env_tag='MSPI_F8R8', target=['esp32s3'], ignore=True)
|
@ttfw_idf.idf_custom_test(env_tag='MSPI_F8R8', target=['esp32s3'])
|
||||||
def test_flash8_psram8(env, _): # type: (Any, Any) -> None
|
def test_flash8_psram8(env, _): # type: (Any, Any) -> None
|
||||||
|
|
||||||
config_files = glob.glob(os.path.join(os.path.dirname(__file__), 'sdkconfig.ci.f8r8*'))
|
config_files = glob.glob(os.path.join(os.path.dirname(__file__), 'sdkconfig.ci.f8r8*'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user