tests: samples: remove duplicate filtering
We have many testcases doing filtering both on the architecture level and the platform level, which is redundant. Also many testcases are running the same test twice on the same SoC for no good reason, cleanup the tests and cleanup the filtering. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
386c524f93
commit
3c50f7aa12
48 changed files with 19 additions and 96 deletions
|
@ -1,7 +1,5 @@
|
|||
tests:
|
||||
- test_gpio:
|
||||
arch_whitelist: x86 arc
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
arduino_101 quark_d2000_crb
|
||||
platform_whitelist: quark_se_c1000_devboard quark_d2000_crb
|
||||
tags: drivers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue