]> granicus.if.org Git - esp-idf/commitdiff
sdmmc: mark new unit test as ignored
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Aug 2017 19:51:54 +0000 (03:51 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Aug 2017 19:51:54 +0000 (03:51 +0800)
components/sdmmc/test/test_sd.c

index 489911aa06b022a16b3fd0905ffbe096f98d8767..86ff501b855a87b1dc29a6de84c950c324d48246 100644 (file)
@@ -166,7 +166,7 @@ TEST_CASE("can write and read back blocks (using SPI)", "[sdspi][ignore]")
     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();
     TEST_ESP_OK(sdmmc_host_init());