From ba81100c8f43d07ef6de9ccd8cc191abc325d714 Mon Sep 17 00:00:00 2001 From: Tristan Honscheid Date: Wed, 2 Aug 2023 15:31:37 -0600 Subject: [PATCH] tests: Re-enable the generic sensor test This test was turned off last weekend when a sensor misbehaved and broke the CI, but that issue was resolved in #61016. This PR turns the test back on. For more info on what this test does, please see #60394. For more context see also the comments under #60959 Signed-off-by: Tristan Honscheid --- tests/drivers/build_all/sensor/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/drivers/build_all/sensor/testcase.yaml b/tests/drivers/build_all/sensor/testcase.yaml index ef07b4a5886a1eb..bfc423b65f6b897 100644 --- a/tests/drivers/build_all/sensor/testcase.yaml +++ b/tests/drivers/build_all/sensor/testcase.yaml @@ -20,6 +20,7 @@ tests: - CONFIG_PM=y - CONFIG_PM_DEVICE=y sensors.generic_test: + build_only: false extra_configs: - CONFIG_GENERIC_SENSOR_TEST=y - CONFIG_ZTEST=y