From 817d75a4e16877f8995e445af2cb7172c1ceefd7 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 16 Oct 2017 17:19:00 +0800 Subject: [PATCH] sdmmc tests: Don't run under CI in v2.1 --- components/sdmmc/test/test_sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sdmmc/test/test_sd.c b/components/sdmmc/test/test_sd.c index 32ebc1e901..c0613326d8 100644 --- a/components/sdmmc/test/test_sd.c +++ b/components/sdmmc/test/test_sd.c @@ -132,7 +132,7 @@ TEST_CASE("can write and read back blocks", "[sd][ignore]") 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(); TEST_ESP_OK(sdmmc_host_init());