tests/kernel: Exlude bogus platforms on cache test
Until these get fixed. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
a2be813d99
commit
dc49dad7e0
8
tests/kernel/cache/testcase.yaml
vendored
8
tests/kernel/cache/testcase.yaml
vendored
@ -4,6 +4,10 @@ tests:
|
||||
- kernel
|
||||
- cache
|
||||
filter: CONFIG_CACHE_MANAGEMENT
|
||||
platform_exclude:
|
||||
- adp_xc7k_ae350
|
||||
- bcm958402m2_m7
|
||||
- bcm958401m2
|
||||
integration_platforms:
|
||||
- qemu_xtensa
|
||||
- qemu_cortex_a53
|
||||
@ -16,6 +20,10 @@ tests:
|
||||
- cache
|
||||
- libc
|
||||
filter: CONFIG_CACHE_MANAGEMENT and CONFIG_MINIMAL_LIBC_SUPPORTED
|
||||
platform_exclude:
|
||||
- adp_xc7k_ae350
|
||||
- bcm958402m2_m7
|
||||
- bcm958401m2
|
||||
integration_platforms:
|
||||
- qemu_xtensa
|
||||
- qemu_cortex_a53
|
||||
|
||||
Loading…
Reference in New Issue
Block a user