Skip to content

Commit 118ee39

Browse files
committed
scripts: alt: accel_polling: do not use logging with coverage
As this will fail to output coverage data - messages dropped. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent fd398f0 commit 118ee39

File tree

1 file changed

+0
-6
lines changed
  • scripts/twister/alt/zephyr/samples/sensor/accel_polling

1 file changed

+0
-6
lines changed

scripts/twister/alt/zephyr/samples/sensor/accel_polling/sample.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ tests:
4848
s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$"
4949
extra_args:
5050
- SHIELD=pca63566;coverage_support
51-
extra_configs:
52-
- CONFIG_LOG=y
53-
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
5451
platform_allow: nrf54h20dk/nrf54h20/cpuapp
5552

5653
sample.sensor.accel_polling.nrf54l:
@@ -78,9 +75,6 @@ tests:
7875
s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$"
7976
extra_args:
8077
- SHIELD=pca63565;coverage_support
81-
extra_configs:
82-
- CONFIG_LOG=y
83-
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
8478
platform_allow: nrf54l15dk/nrf54l15/cpuapp
8579

8680
sample.sensor.accel_polling.nrf54l15_cpuflpr:

0 commit comments

Comments
 (0)