This board was added to test coverage feature when coverage was introduced. This is now being testing with other boards and configurations on a regular basis, so no need for this extra overhead in CI. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
315 B
YAML
17 lines
315 B
YAML
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
integration_platforms:
|
|
- mps2_an385
|
|
tests:
|
|
cpp.libcxx:
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
tags: cpp
|
|
cpp.libcxx.exceptions:
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
tags: cpp
|
|
timeout: 30
|
|
extra_configs:
|
|
- CONFIG_EXCEPTIONS=y
|