tests: uart_emul: remove hardware dependency

Remove depends_on in test, this is not needed and not part of any board.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-09-19 11:38:22 +00:00
commit 59a15818e3

View file

@ -3,7 +3,6 @@ common:
- drivers - drivers
- uart - uart
harness: ztest harness: ztest
depends_on: uart_emul
tests: tests:
drivers.uart_emul.polling: drivers.uart_emul.polling:
platform_allow: qemu_x86 platform_allow: qemu_x86