From 1b78613a2aabacaf93b2dbb1c490e2c73161952b Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Wed, 28 May 2025 03:24:27 +0200 Subject: [PATCH] Add stepsyscall to disabled CI commands tests (#3035) --- tests/gdb-tests/tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gdb-tests/tests/test_commands.py b/tests/gdb-tests/tests/test_commands.py index 0d3739de3..2c6269634 100644 --- a/tests/gdb-tests/tests/test_commands.py +++ b/tests/gdb-tests/tests/test_commands.py @@ -16,6 +16,7 @@ disallowed_commands = { "ipi", # takes too long "nextproginstr", + "stepsyscall", } filtered_commands = command_names - disallowed_commands