VFS: Fix performance test for esp32s2beta

pull/4345/head
Roland Dobai 2019-10-29 11:49:36 +01:00 zatwierdzone przez bot
rodzic cb6e2fc858
commit 84bbafb6a4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -232,7 +232,7 @@ static int time_test_vfs_write(int fd, const void *data, size_t size)
return size;
}
TEST_CASE_ESP32("Open & write & close through VFS passes performance test", "[vfs]")
TEST_CASE("Open & write & close through VFS passes performance test", "[vfs]")
{
esp_vfs_t desc = {
.flags = ESP_VFS_FLAG_DEFAULT,