Skip to content

Commit 9550392

Browse files
nordic-bamirlubos
authored andcommitted
tests: drivers: uart: Remove nrf53 from allowed platform
nrf5340dk setup does not support this feature properly. Interrupt driven API is not recommended way of using UART escpacially in time sensitive case like this one. Signed-off-by: Bartosz Miller <[email protected]>
1 parent 8316fd9 commit 9550392

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/drivers/uart/uart_passtrough/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ common:
99
harness_config:
1010
pytest_dut_scope: session
1111
platform_allow:
12-
- nrf5340dk/nrf5340/cpuapp
1312
- nrf54h20dk/nrf54h20/cpuapp
1413
integration_platforms:
15-
- nrf5340dk/nrf5340/cpuapp
1614
- nrf54h20dk/nrf54h20/cpuapp
1715

1816
tests:

0 commit comments

Comments
 (0)