From 2ae5842553b19d6d4cd26feb3daf500f8541a9b5 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Fri, 22 Jul 2022 12:23:21 -0400 Subject: [PATCH] ci/qemu-cortex-m3: remove common test The common test has a timing issue, causing it to intermittently fail. Since it is not unique to our environment, remove it to prevent false positive regressions. Signed-off-by: Jon Mason --- ci/qemu-cortex-m3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/qemu-cortex-m3.yml b/ci/qemu-cortex-m3.yml index 6f892a9e..f45cb9e1 100644 --- a/ci/qemu-cortex-m3.yml +++ b/ci/qemu-cortex-m3.yml @@ -13,7 +13,7 @@ local_conf_header: tclibc: | TCLIBC = "newlib" nonbuilding_tests: | - ZEPHYRTESTS:remove = "context pending poll sleep" + ZEPHYRTESTS:remove = "common context pending poll sleep" qemu_opts: | QB_OPT_APPEND = "-icount shift=3,align=off,sleep=on -rtc clock=vm"