From d83598a64a8bc9ec567785b79d893c930de2e836 Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Thu, 14 Feb 2019 15:51:21 +0800 Subject: [PATCH] sdio: temporarily disable the sdio example ci, since the runners have some power issue --- .gitlab-ci.yml | 2 +- examples/peripherals/sdio/sdio_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c45f2884..93782a73d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -963,7 +963,7 @@ example_test_002_01: - ESP32 - Example_ShieldBox_Basic -example_test_003_01: +.example_test_003_01: <<: *example_test_template tags: - ESP32 diff --git a/examples/peripherals/sdio/sdio_test.py b/examples/peripherals/sdio/sdio_test.py index 8ea10df99..336817bb7 100644 --- a/examples/peripherals/sdio/sdio_test.py +++ b/examples/peripherals/sdio/sdio_test.py @@ -27,7 +27,7 @@ import TinyFW import IDF -@IDF.idf_example_test(env_tag="Example_SDIO") +@IDF.idf_example_test(env_tag="Example_SDIO", ignore=True) def test_example_sdio_communication(env, extra_data): """ Configurations