From a691e5e751a24fbee3372b7feb47bedfd87ba14f Mon Sep 17 00:00:00 2001 From: Cinly Ooi Date: Thu, 24 Jan 2019 20:56:44 +0800 Subject: [PATCH] tests: lib: mem_alloc: esp32 to skip newlib test esp32 has no support for newlib Signed-off-by: Cinly Ooi --- tests/lib/mem_alloc/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/mem_alloc/testcase.yaml b/tests/lib/mem_alloc/testcase.yaml index 61f084fdcf8..7bcbbe0aa73 100644 --- a/tests/lib/mem_alloc/testcase.yaml +++ b/tests/lib/mem_alloc/testcase.yaml @@ -6,5 +6,5 @@ tests: libraries.libc.newlib: extra_args: CONF_FILE=prj_newlib.conf arch_exclude: posix - platform_exclude: qemu_x86_64 # No newlib + platform_exclude: esp32 qemu_x86_64 # No newlib tags: clib newlib