mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
remove test
This commit is contained in:
@@ -149,14 +149,6 @@ suite('SessionsTerminalContribution', () => {
|
||||
assert.strictEqual(createdTerminals[0].cwd.fsPath, repoUri.fsPath);
|
||||
});
|
||||
|
||||
test('does not create a terminal when background session has no paths', async () => {
|
||||
const session = makeAgentSession({ providerType: AgentSessionProviders.Background });
|
||||
activeSessionObs.set(session, undefined);
|
||||
await tick();
|
||||
|
||||
assert.strictEqual(createdTerminals.length, 0);
|
||||
});
|
||||
|
||||
// --- Non-background providers: use home directory ---
|
||||
|
||||
test('uses home directory for a cloud agent session', async () => {
|
||||
|
||||
Reference in New Issue
Block a user