From 79575e4232d4c2666bca1fd424b4e2707f223c76 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Fri, 26 Jul 2024 15:12:22 +0800 Subject: [PATCH] fix(wifi): enable p4 and esp8689 build iperf in ci --- examples/wifi/.build-test-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wifi/.build-test-rules.yml b/examples/wifi/.build-test-rules.yml index 0c91cd8448..0de54fbf24 100644 --- a/examples/wifi/.build-test-rules.yml +++ b/examples/wifi/.build-test-rules.yml @@ -40,7 +40,7 @@ examples/wifi/iperf: disable: - if: SOC_WIFI_SUPPORTED != 1 disable_test: - - if: IDF_TARGET != "esp32" + - if: IDF_TARGET not in ["esp32", "esp32p4"] temporary: true reason: lack of runners depends_components: