Skip to content

Commit

Permalink
Update test_main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
petermm committed Jun 9, 2024
1 parent 64b5312 commit 3f9fb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/esp32/test/main/test_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ TEST_CASE("test_rtc_slow", "[test_run]")
}

// Works C3 on local runs, but fails GH actions
#if ESP_IDF_VERSION_MAJOR >= 5 && !CONFIG_IDF_TARGET_ESP32C3
#if ESP_IDF_VERSION_MAJOR >= 5
TEST_CASE("test_twdt", "[test_run]")
{
term ret_value = avm_test_case("test_twdt.beam");
Expand Down

0 comments on commit 3f9fb82

Please sign in to comment.