From 1ab434edda50e7b33c6c0ca040cb06f3451e5ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20J=C3=A4ger?= Date: Mon, 4 Sep 2023 15:06:18 +0200 Subject: [PATCH] tests: canbus: isotp: implementation: enable for native_posix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ISO-TP tests were disabled for native_posix in the past because of timing issues. The implementation test is working well with native_posix now and should also be run in CI. Signed-off-by: Martin Jäger --- tests/subsys/canbus/isotp/implementation/testcase.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/subsys/canbus/isotp/implementation/testcase.yaml b/tests/subsys/canbus/isotp/implementation/testcase.yaml index ca380c9bda3142..8185a64fc1d6e8 100644 --- a/tests/subsys/canbus/isotp/implementation/testcase.yaml +++ b/tests/subsys/canbus/isotp/implementation/testcase.yaml @@ -5,6 +5,3 @@ tests: - isotp depends_on: can filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican") - platform_exclude: - - native_posix - - native_posix_64