From c4650531959f8cf94be6053b93c3beb87c52eb69 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 b745052df..b31e4f263 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -993,7 +993,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 896cdd429..8361dc3c8 100644 --- a/examples/peripherals/sdio/sdio_test.py +++ b/examples/peripherals/sdio/sdio_test.py @@ -29,7 +29,7 @@ except ImportError: 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