Skip to content

Commit

Permalink
tests: drivers: build_all: sensor: do not run build-only testsuite
Browse files Browse the repository at this point in the history
A recent modification to the `build_all/sensor` testsuite changed
`build-only` to `false` in `testcase.yaml`, which is causing CI
to go bonkers.

https://bit.ly/3rSe0Te

Do not run build-only testsuites.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
  • Loading branch information
cfriedt committed Jul 30, 2023
1 parent 9dc531b commit 5b4d275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/drivers/build_all/sensor/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ tests:
- CONFIG_EMUL=y
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
- CONFIG_SENSOR_ASYNC_API=y
build_only: false

0 comments on commit 5b4d275

Please sign in to comment.