mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
IDEA-343908 Flaky test com.intellij.debugger.impl.DebuggerSessionTest.testStateManager IJI-2040
GitOrigin-RevId: 8b1d8b6963c1dab0a12527a018e3d892fe0c5803
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ccf06c51ae
commit
d20d4ac14d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user