Skip to content

Commit b64cec6

Browse files
committed
board: qemu_rx: Ignore net and bluetooth related test for qemu_rx
Add testing filter to ignore net and bluetooth test for qemu_rx Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent 04b22dc commit b64cec6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/qemu/rx/qemu_rx.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ toolchain:
1313
- zephyr-gnu
1414
supported:
1515
- serial
16+
testing:
17+
default: true
18+
ignore_tags:
19+
- net
20+
- bluetooth
1621
ram: 96
1722
flash: 512

0 commit comments

Comments
 (0)