From 9af74504dd376512ba772ca496a0b1ee4dc5285f Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 15 Jan 2024 14:08:16 +0100 Subject: [PATCH] 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 --- tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml b/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml index cd754d607c..1d1f97fbcc 100644 --- a/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml +++ b/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml @@ -47,6 +47,7 @@ tests: - CONFIG_NRFX_TIMER2=y - CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_ASYNC_TX_CACHE_SIZE=2 + tags: bsim_skip_CI # We skip a few tests to save CI time, as they give little extra coverage drivers.uart.uart_mix_poll_async_api_low_power: extra_configs: @@ -58,18 +59,21 @@ tests: - CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2 - CONFIG_NRFX_TIMER2=y - CONFIG_UART_0_ENHANCED_POLL_OUT=n + tags: bsim_skip_CI drivers.uart.uart_mix_poll_with_ppi: extra_configs: - CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_ASYNC_API=n - CONFIG_UART_0_ENHANCED_POLL_OUT=y + tags: bsim_skip_CI drivers.uart.uart_mix_poll_fifo_with_ppi: extra_configs: - CONFIG_UART_INTERRUPT_DRIVEN=y - CONFIG_UART_0_INTERRUPT_DRIVEN=y - CONFIG_UART_0_ENHANCED_POLL_OUT=y + tags: bsim_skip_CI drivers.uart.uart_mix_poll_async_api_with_ppi: extra_configs: @@ -80,6 +84,7 @@ tests: - CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2 - CONFIG_NRFX_TIMER2=y - CONFIG_UART_0_ENHANCED_POLL_OUT=y + tags: bsim_skip_CI drivers.uart.uart_mix_poll_async_api_with_ppi_low_power: extra_configs: