diff --git a/src/vs/workbench/services/runtimeSession/test/common/runtimeSession.test.ts b/src/vs/workbench/services/runtimeSession/test/common/runtimeSession.test.ts index 2882517f0fb..19db2a6384a 100644 --- a/src/vs/workbench/services/runtimeSession/test/common/runtimeSession.test.ts +++ b/src/vs/workbench/services/runtimeSession/test/common/runtimeSession.test.ts @@ -683,13 +683,13 @@ suite('Positron - RuntimeSessionService', () => { hasStartingOrRunningConsole: true, consoleSession: newSession, activeSessions: [session, newSession], - }) + }); } else { assertServiceState({ notebookSession: newSession, notebookSessionForNotebookUri: newSession, activeSessions: [session, newSession], - }) + }); } }); } @@ -773,7 +773,7 @@ suite('Positron - RuntimeSessionService', () => { // TODO: I think this behavior is undefined at the moment... We don't have any safety checks // in start based on restart behavior. - test(`restart console -> start console`, async () => { + test.skip(`restart console -> start console`, async () => { const session = await startConsole(); await waitForRuntimeState(session, RuntimeState.Ready);