Reenable tests (#321102)

This commit is contained in:
Christof Marti
2026-06-12 12:10:38 +02:00
committed by GitHub
parent 446cd9331f
commit e0ffd25ef1

View File

@@ -49,7 +49,7 @@ const AGENT_HOST_WARMUP_REPLY = 'MOCKED_AGENT_HOST_WARMUP_RESPONSE';
export function setup(logger: Logger) {
describe.skip('Agents Window' /* #321072: flaky .agent-sessions-workbench timeout */, () => {
describe('Agents Window', () => {
let mockServer: MockLlmServer;
@@ -302,7 +302,7 @@ export function setup(logger: Logger) {
});
});
describe.skip('Agents Window (local AgentHost)' /* #321072: flaky .agent-sessions-workbench timeout */, () => {
describe('Agents Window (local AgentHost)', () => {
const agentHost = setupAgentHostSuite(logger, {
serverLabel: 'AgentHost',
@@ -427,7 +427,7 @@ export function setup(logger: Logger) {
});
});
describe.skip('Agents Window (local AgentHost, SDK sandbox)' /* #321072: flaky .agent-sessions-workbench timeout */, () => {
describe('Agents Window (local AgentHost, SDK sandbox)', () => {
// Variant of the AgentHost suite that leaves
// `chat.agentHost.customTerminalTool.enabled` at its default (false), so