boards: qemu_x86_coverage: limit to core tests

Limit to kernel tests, this should not try and run every sample or test
we have as it only verifies the coverage feature, but not collecting
coverage.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-07-29 08:11:04 -04:00
commit 1351defbda

View file

@ -8,6 +8,6 @@ toolchain:
- xtools
testing:
default: true
ignore_tags:
- net
- bluetooth
only_tags:
- kernel
- userspace