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() {