Skip to content

Commit

Permalink
Merge branch 'bugfix/temp_disable_f8r8_test_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
ci: temporarily disable MSPI_F8R8 test (v4.4)

See merge request espressif/esp-idf!17031
  • Loading branch information
mahavirj committed Feb 5, 2022
2 parents d501a53 + e67ecd9 commit 0a1e309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ test_app_test_flash_psram_f4r8:
- ESP32S3
- MSPI_F4R8

test_app_test_flash_psram_f8r8:
.test_app_test_flash_psram_f8r8:
extends: .test_app_esp32s3_template
tags:
- ESP32S3
Expand Down
4 changes: 2 additions & 2 deletions tools/test_apps/system/flash_psram/app_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0


Expand All @@ -22,7 +22,7 @@ def test_loop(env, config_names): # type: (Any, Any) -> None


# For F8R8 board (Octal Flash and Octal PSRAM)
@ttfw_idf.idf_custom_test(env_tag='MSPI_F8R8', target=['esp32s3'])
@ttfw_idf.idf_custom_test(env_tag='MSPI_F8R8', target=['esp32s3'], ignore=True)
def test_flash8_psram8(env, _): # type: (Any, Any) -> None

config_files = glob.glob(os.path.join(os.path.dirname(__file__), 'sdkconfig.ci.f8r8*'))
Expand Down

0 comments on commit 0a1e309

Please sign in to comment.