mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
sdmmc tests: Don't run under CI in v2.1
This commit is contained in:
parent
a73c78a85b
commit
817d75a4e1
@ -132,7 +132,7 @@ TEST_CASE("can write and read back blocks", "[sd][ignore]")
|
|||||||
sdmmc_host_deinit();
|
sdmmc_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());
|
||||||
|
Loading…
Reference in New Issue
Block a user