]> granicus.if.org Git - esp-idf/commit
esp32: add [ignore] tag to some unit test cases for CI
authorantti <antti@espressif.com>
Wed, 14 Dec 2016 08:38:45 +0000 (16:38 +0800)
committerantti <antti@espressif.com>
Wed, 18 Jan 2017 09:08:20 +0000 (17:08 +0800)
commitf8b5c293463047ba423901af45f20770fb3e7d9f
tree095d10f8dd2fa522954d91e6551ef3d000eec0a3
parent57f911033da7ebd1fbf4d91fe9e86dc2f43ed3f6
esp32: add [ignore] tag to some unit test cases for CI

Add ignore tag on unit test cases that are not supported in CI yet
19 files changed:
components/driver/test/test_spi_master.c
components/esp32/test/test_ahb_arb.c
components/esp32/test/test_deep_sleep.c
components/esp32/test/test_delay.c
components/esp32/test/test_fastbus.c
components/esp32/test/test_miniz.c
components/esp32/test/test_unal_dma.c
components/fatfs/test/test_fatfs.c
components/freertos/test/test_freertos.c
components/freertos/test/test_freertos_eventgroups.c
components/freertos/test/test_freertos_task_delete.c
components/freertos/test/test_panic.c
components/freertos/test/test_ringbuf.c
components/mbedtls/test/test_mbedtls_sha.c
components/newlib/test/test_newlib.c
components/partition_table/test/test_partition.c
components/sdmmc/test/test_sd.c
components/spi_flash/test/test_spi_flash.c
components/ulp/test/test_ulp.c