tests: cpp: run exceptions tests only on mps2_an385

While we wait for #32448, run only on mps2_an385.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-04-28 09:20:47 -04:00
commit bfb1634af5

View file

@ -3,13 +3,14 @@ common:
integration_platforms: integration_platforms:
- mps2_an385 - mps2_an385
tests: tests:
application_development.cpp.libcxx: cpp.libcxx:
platform_exclude: qemu_x86_coverage platform_exclude: qemu_x86_coverage
toolchain_exclude: xcc toolchain_exclude: xcc
min_flash: 54 min_flash: 54
tags: cpp tags: cpp
application_development.cpp.libcxx.exceptions: cpp.libcxx.exceptions:
platform_exclude: qemu_x86_coverage # FIXME: change when issue is resolved #32448
platform_allow: mps2_an385
toolchain_exclude: xcc toolchain_exclude: xcc
min_flash: 54 min_flash: 54
tags: cpp tags: cpp