forked from espressif/esp-idf
Re-enable provisioning example for target esp32c2
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
|
|
||||||
| ----------------- | ----- | -------- | -------- | -------- |
|
|
||||||
# Wi-Fi Provisioning Manager Example
|
# Wi-Fi Provisioning Manager Example
|
||||||
|
|
||||||
(See the README.md file in the upper level 'examples' directory for more information about examples.)
|
(See the README.md file in the upper level 'examples' directory for more information about examples.)
|
||||||
|
@@ -25,7 +25,7 @@ logging.basicConfig(level=logging.INFO)
|
|||||||
esp_prov.config_throw_except = True
|
esp_prov.config_throw_except = True
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.supported_targets
|
@pytest.mark.esp32
|
||||||
@pytest.mark.generic
|
@pytest.mark.generic
|
||||||
@pytest.mark.xfail(reason='Runner unable to connect to target over Bluetooth', run=False)
|
@pytest.mark.xfail(reason='Runner unable to connect to target over Bluetooth', run=False)
|
||||||
def test_examples_wifi_prov_mgr(dut: Dut) -> None:
|
def test_examples_wifi_prov_mgr(dut: Dut) -> None:
|
||||||
|
Reference in New Issue
Block a user