Merge branch 'bugfix/remove_unstable_network_tests' into 'master'

CI: Move mqtt publish tests from regular pipeline to weekend tests

Closes IDFCI-653

See merge request espressif/esp-idf!13891
This commit is contained in:
David Čermák
2021-06-17 07:04:51 +00:00
12 changed files with 24 additions and 213 deletions

View File

@@ -48,12 +48,8 @@ esp_err_t esp_timer_create(const esp_timer_create_args_t* create_args,
uint32_t xTaskGetTickCount(void)
{
struct timeval tv;
struct timezone tz;
if (gettimeofday(&tv, &tz) == 0) {
return (tv.tv_sec * 1000) + (tv.tv_usec / 1000);
}
return 0;
static uint32_t tick = 0;
return tick++;
}
/// Queue mock