1From 5de24e1b39c09adb0c5bf4bb4228bd1bb935542a Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Wed, 22 Mar 2023 16:03:56 +0800
4Subject: [PATCH] test_context: skip test case test_searchdirs
5
6Skip test case test_searchdirs as it searchs the source code directory.
7
8Upstream-Status: Inappropriate [embedded specific]
9
10Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11---
12 tests/utests/basic/test_context.c | 1 -
13 1 file changed, 1 deletion(-)
14
15diff --git a/tests/utests/basic/test_context.c b/tests/utests/basic/test_context.c
16index cfba1d30f..8c3bb7ad6 100644
17--- a/tests/utests/basic/test_context.c
18+++ b/tests/utests/basic/test_context.c
19@@ -1061,7 +1061,6 @@ int
20 main(void)
21 {
22     const struct CMUnitTest tests[] = {
23-        UTEST(test_searchdirs),
24         UTEST(test_options),
25         UTEST(test_models),
26         UTEST(test_imports),
27--
282.25.1
29
30