samples: drivers: add platform filtering for led pwm
The sanity check on this sample gives timeout failure on reel board because of bad filtering. Because the sample does not adopt ztest framework, sanitycheck in our daily test will report this as failure, which lowers our passrate but this is not a sample with errors. Signed-off-by: Shihao Shen <shihao.shen@intel.com>
This commit is contained in:
parent
ad5b7be929
commit
90f0a1d6af
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ tests:
|
||||||
filter: dt_compat_enabled("pwm-leds")
|
filter: dt_compat_enabled("pwm-leds")
|
||||||
tags: LED
|
tags: LED
|
||||||
depends_on: pwm
|
depends_on: pwm
|
||||||
|
platform_exclude: reel_board
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue