Skip to content

Commit 76f59b2

Browse files
committed
test: kernel: skip new failing test
new test failed which means we missed something in CI or the failing platform changed after CI was initially run. skip it for now while we investigate. Do some minor cleanup in the metadata. Signed-off-by: Anas Nashif <[email protected]>
1 parent 136c942 commit 76f59b2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

tests/kernel/common/testcase.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
1+
common:
2+
tags: kernel userspace
3+
min_flash: 33
14
tests:
25
kernel.common:
3-
tags: kernel userspace
46
build_on_all: true
5-
min_flash: 33
67
kernel.common.tls:
7-
tags: kernel userspace
8-
min_flash: 33
98
filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
109
extra_configs:
1110
- CONFIG_THREAD_LOCAL_STORAGE=y
1211
kernel.common.misra:
13-
tags: kernel userspace
14-
min_flash: 33
1512
# Some configurations are known-incompliant and won't build
1613
filter: not ((CONFIG_I2C or CONFIG_SPI) and CONFIG_USERSPACE)
14+
integration_platforms:
15+
- native_posix
1716
extra_configs:
1817
- CONFIG_MISRA_SANE=y
1918
kernel.common.nano32:
2019
tags: kernel userspace
21-
min_flash: 33
20+
skip: true
2221
filter: not CONFIG_KERNEL_COHERENCE
2322
extra_configs:
2423
- CONFIG_CBPRINTF_NANO=y
2524
- CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
2625
platform_exclude: qemu_arc_hs6x
2726
kernel.common.nano64:
2827
tags: kernel userspace
29-
min_flash: 33
3028
filter: not CONFIG_KERNEL_COHERENCE
3129
extra_configs:
3230
- CONFIG_CBPRINTF_NANO=y

0 commit comments

Comments
 (0)