Skip to content

Commit c7ab036

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 c8447e4 commit c7ab036

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
@@ -12,5 +12,10 @@ toolchain:
1212
- zephyr
1313
supported:
1414
- serial
15+
testing:
16+
default: true
17+
ignore_tags:
18+
- net
19+
- bluetooth
1520
ram: 96
1621
flash: 512

0 commit comments

Comments
 (0)