Skip to content

Commit 2ccda4d

Browse files
authored
Skip failing test (#311374)
1 parent a4d63b2 commit 2ccda4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/agentHost/test/node/protocol/sessionConfig.integrationTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ suite('Protocol WebSocket - Session Config persistence across restarts', functio
162162
}
163163
});
164164

165-
test('persisted config values are restored on subscribe after server restart', async function () {
165+
test.skip('persisted config values are restored on subscribe after server restart', async function () {
166166
this.timeout(30_000);
167167

168168
const initialConfig = { isolation: 'worktree', branch: 'main' };

0 commit comments

Comments
 (0)