freertos: re-enable mutext test for esp32s2beta

pull/4613/head
Mahavir Jain 2019-12-16 11:53:46 +05:30
rodzic 8b05cf41ad
commit 2e73c2818b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ static void mutex_release_task(void* arg)
TEST_FAIL_MESSAGE("should not be reached");
}
TEST_CASE_ESP32("mutex released not by owner causes an assert", "[freertos][reset=abort,SW_CPU_RESET]")
TEST_CASE("mutex released not by owner causes an assert", "[freertos][reset=abort,SW_CPU_RESET]")
{
SemaphoreHandle_t mutex = xSemaphoreCreateMutex();
xSemaphoreTake(mutex, portMAX_DELAY);

Wyświetl plik

@ -453,7 +453,7 @@ UT_034:
UT_035:
extends: .unit_test_template
parallel: 20
parallel: 30
tags:
- ESP32S2BETA_IDF
- UT_T1_1