samples: display: lvgl: adjust harness field

'display' harness doesn't exist, so replace it with 'none' to make
things more clear. It is required so that test is not run e.g. on CI,
test would timeout because the GUI is left ON forever.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-06-23 11:56:31 +02:00 committed by Carles Cufí
parent d87a37fd76
commit df7c156996

View file

@ -3,6 +3,6 @@ sample:
name: lvgl
tests:
sample.display.lvgl.gui:
harness: display
harness: none
platform_allow: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
tags: samples display gui