zephyr/tests/drivers/spi
Declan Snyder 0574ac7e84 tests: spi_loopback: skip hold_on_cs test if not supported
This early exit section is only reached if there is an error.
In the case of not supported, the ret variable will be 0 and zassert
won't happen. This is because the test was meant to be skipped, not
passed or failed, in this case. So add the skip call.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2025-07-01 11:00:43 -10:00
..
dt_spec
spi_controller_peripheral tests: samples: Extend support for nRF54LM20A 2025-06-27 18:26:57 -05:00
spi_error_cases tests: samples: Extend support for nRF54LM20A 2025-06-27 18:26:57 -05:00
spi_loopback tests: spi_loopback: skip hold_on_cs test if not supported 2025-07-01 11:00:43 -10:00