File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/platforms/esp32/test/main Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -319,14 +319,11 @@ TEST_CASE("test_md5", "[test_run]")
319319 TEST_ASSERT (ret_value == OK_ATOM );
320320}
321321
322- // Full crypto suite not yet supported on ESP32-P4 simulator.
323- #if !CONFIG_IDF_TARGET_ESP32P4 && !CONFIG_IDF_TARGET_ESP32C5
324322TEST_CASE ("test_crypto" , "[test_run]" )
325323{
326324 term ret_value = avm_test_case ("test_crypto.beam" );
327325 TEST_ASSERT (ret_value == OK_ATOM );
328326}
329- #endif
330327
331328TEST_CASE ("test_monotonic_time" , "[test_run]" )
332329{
@@ -610,7 +607,7 @@ TEST_CASE("test_rtc_slow", "[test_run]")
610607}
611608
612609// Only test wifi on simulator, not on QEMU
613- #if !CONFIG_ETH_USE_OPENETH && !CONFIG_IDF_TARGET_ESP32H2 && !CONFIG_IDF_TARGET_ESP32P4 && ! CONFIG_IDF_TARGET_ESP32C5
610+ #if !CONFIG_ETH_USE_OPENETH && !CONFIG_IDF_TARGET_ESP32H2 && !CONFIG_IDF_TARGET_ESP32P4
614611TEST_CASE ("test_wifi_example" , "[test_run]" )
615612{
616613 term ret_value = avm_test_case ("test_wifi_example.beam" );
You can’t perform that action at this time.
0 commit comments