From ef30fe38c74520fc7ad990880f6bba9dc5fddf8e Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Sat, 8 Mar 2025 10:13:15 -0800 Subject: [PATCH] [gha] skip lldb test case that occasionally hangs on Android --- Support/Testing/Excluded/ds2/android-x86_64.excluded | 1 + 1 file changed, 1 insertion(+) diff --git a/Support/Testing/Excluded/ds2/android-x86_64.excluded b/Support/Testing/Excluded/ds2/android-x86_64.excluded index 5a3fce0f..2633af24 100644 --- a/Support/Testing/Excluded/ds2/android-x86_64.excluded +++ b/Support/Testing/Excluded/ds2/android-x86_64.excluded @@ -122,6 +122,7 @@ TestSendSignal.SendSignalTestCase.test_with_run_command_dwarf TestSendSignal.SendSignalTestCase.test_with_run_command_dwo TestSettings.SettingsCommandTestCase.test_launchsimple_args_and_env_vars TestSettings.SettingsCommandTestCase.test_run_args_and_env_vars +TestSingleThreadStepTimeout.SingleThreadStepTimeoutTestCase.test_step_over_deadlock_large_timeout_slow_stepping TestStateAfterExpression.TestStopReasonAfterExpression.test_thread_state_after_expr_dwarf TestStateAfterExpression.TestStopReasonAfterExpression.test_thread_state_after_expr_dwo TestSyntheticCapping.SyntheticCappingTestCase.test_with_run_command_dwo