forked from espressif/esp-idf
sdmmc: mark new unit test as ignored
This commit is contained in:
@@ -166,7 +166,7 @@ TEST_CASE("can write and read back blocks (using SPI)", "[sdspi][ignore]")
|
|||||||
TEST_ESP_OK(sdspi_host_deinit());
|
TEST_ESP_OK(sdspi_host_deinit());
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("reads and writes with an unaligned buffer", "[sd]")
|
TEST_CASE("reads and writes with an unaligned buffer", "[sd][ignore]")
|
||||||
{
|
{
|
||||||
sdmmc_host_t config = SDMMC_HOST_DEFAULT();
|
sdmmc_host_t config = SDMMC_HOST_DEFAULT();
|
||||||
TEST_ESP_OK(sdmmc_host_init());
|
TEST_ESP_OK(sdmmc_host_init());
|
||||||
|
Reference in New Issue
Block a user