From e94f112614d89a0fc7460f823918fea85ec0f16e Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Tue, 29 Mar 2022 10:58:56 +0200 Subject: [PATCH] tests: drivers: can: utilities: limit testing in CI to native_posix Limit the CAN utilities tests to run on the native_posix/native_posix_64 boards. There is no need to run this on 400+ boards. Signed-off-by: Henrik Brix Andersen --- tests/drivers/can/utilities/testcase.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/drivers/can/utilities/testcase.yaml b/tests/drivers/can/utilities/testcase.yaml index c8b25d04486..626453990a3 100644 --- a/tests/drivers/can/utilities/testcase.yaml +++ b/tests/drivers/can/utilities/testcase.yaml @@ -1,3 +1,6 @@ tests: drivers.can.utilities: + integration_platforms: + - native_posix + - native_posix_64 tags: drivers can