IDEA-343908 Flaky test com.intellij.debugger.impl.DebuggerSessionTest.testStateManager IJI-2040

GitOrigin-RevId: 8b1d8b6963c1dab0a12527a018e3d892fe0c5803
This commit is contained in:
Egor Ushakov
2024-07-17 19:36:05 +02:00
committed by intellij-monorepo-bot
parent ccf06c51ae
commit d20d4ac14d

View File

@@ -252,8 +252,8 @@ public abstract class ExecutionWithDebuggerToolsTestCase extends ExecutionTestCa
}
}
protected void invokeRatherLater(SuspendContextImpl context, Runnable runnable) {
invokeRatherLater(new SuspendContextCommandImpl(context) {
protected void invokeRatherLater(@NotNull SuspendContextImpl context, @NotNull Runnable runnable) {
invokeRatherLater(context.getDebugProcess(), new SuspendContextCommandImpl(context) {
@Override
public void contextAction(@NotNull SuspendContextImpl suspendContext) {
DebuggerInvocationUtil.invokeLater(myProject, runnable);