From 4b8a2b4a6eabe6ab8d7e91bc3f5e1125fcd703d5 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Thu, 22 Aug 2024 09:38:28 +0800 Subject: [PATCH] ci(https_request): disable example for P4 --- examples/protocols/.build-test-rules.yml | 4 ++-- examples/protocols/https_request/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/protocols/.build-test-rules.yml b/examples/protocols/.build-test-rules.yml index 1c17877436..91bce8f911 100644 --- a/examples/protocols/.build-test-rules.yml +++ b/examples/protocols/.build-test-rules.yml @@ -108,9 +108,9 @@ examples/protocols/https_mbedtls: examples/protocols/https_request: <<: *default_dependencies disable: - - if: IDF_TARGET in ["esp32h2", "esp32c61"] + - if: IDF_TARGET in ["esp32h2", "esp32c61", "esp32p4"] temporary: true - reason: not supported on h2 # TODO: [ESP32C61] IDF-9298 + reason: not supported on h2 # TODO: [ESP32C61] IDF-9298, [ESP32P4] IDFCI-2336 disable_test: - if: IDF_TARGET != "esp32" reason: only test on esp32 diff --git a/examples/protocols/https_request/README.md b/examples/protocols/https_request/README.md index bb84b6a340..b2c373863e 100644 --- a/examples/protocols/https_request/README.md +++ b/examples/protocols/https_request/README.md @@ -1,5 +1,5 @@ -| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-P4 | ESP32-S2 | ESP32-S3 | -| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | +| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 | +| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | # HTTPS Request Example