Skip to content

Commit 9af7450

Browse files
aescolarnashif
authored andcommitted
tests/drivers uart_mix_fifo_poll: Filter out repetitive tests
Do not run in CI all tests, as they have very similar configuration and provide little extra coverage to justify the extra CI time. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 7d590a9 commit 9af7450

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ tests:
4747
- CONFIG_NRFX_TIMER2=y
4848
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
4949
- CONFIG_UART_ASYNC_TX_CACHE_SIZE=2
50+
tags: bsim_skip_CI # We skip a few tests to save CI time, as they give little extra coverage
5051

5152
drivers.uart.uart_mix_poll_async_api_low_power:
5253
extra_configs:
@@ -58,18 +59,21 @@ tests:
5859
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
5960
- CONFIG_NRFX_TIMER2=y
6061
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
62+
tags: bsim_skip_CI
6163

6264
drivers.uart.uart_mix_poll_with_ppi:
6365
extra_configs:
6466
- CONFIG_UART_INTERRUPT_DRIVEN=n
6567
- CONFIG_UART_ASYNC_API=n
6668
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
69+
tags: bsim_skip_CI
6770

6871
drivers.uart.uart_mix_poll_fifo_with_ppi:
6972
extra_configs:
7073
- CONFIG_UART_INTERRUPT_DRIVEN=y
7174
- CONFIG_UART_0_INTERRUPT_DRIVEN=y
7275
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
76+
tags: bsim_skip_CI
7377

7478
drivers.uart.uart_mix_poll_async_api_with_ppi:
7579
extra_configs:
@@ -80,6 +84,7 @@ tests:
8084
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
8185
- CONFIG_NRFX_TIMER2=y
8286
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
87+
tags: bsim_skip_CI
8388

8489
drivers.uart.uart_mix_poll_async_api_with_ppi_low_power:
8590
extra_configs:

0 commit comments

Comments
 (0)