diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b745052dfc..b31e4f2637 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 896cdd4298..8361dc3c86 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