From 936c18eab4ae4fbaea65a801979437686b4e39ef Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 7 Aug 2024 17:13:18 +0200 Subject: [PATCH] testing/py3-riotctrl: skip test that times out on riscv64 --- testing/py3-riotctrl/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/py3-riotctrl/APKBUILD b/testing/py3-riotctrl/APKBUILD index 1f78563b057..33ca2672e6a 100644 --- a/testing/py3-riotctrl/APKBUILD +++ b/testing/py3-riotctrl/APKBUILD @@ -37,7 +37,8 @@ check() { .testenv/bin/python3 -m pytest \ --deselect riotctrl/tests/ctrl_test.py::test_riotctrl_application_dir \ --deselect riotctrl/tests/ctrl_test.py::test_riotctrl_curdir \ - --deselect riotctrl/tests/shell_json_test.py::test_rapid_json_shell_interaction_parser_wo_rapidjson + --deselect riotctrl/tests/shell_json_test.py::test_rapid_json_shell_interaction_parser_wo_rapidjson \ + --deselect riotctrl/tests/ctrl_test.py::test_running_term_with_reset } package() {