We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c24fe commit 07d9864Copy full SHA for 07d9864
test/smoke/src/areas/terminal/terminal-persistence.test.ts
@@ -28,7 +28,8 @@ export function setup(opts: ParsedArgs) {
28
});
29
30
describe('detach/attach', () => {
31
- it('should support basic reconnection', async () => {
+ // https://github.com/microsoft/vscode/issues/137799
32
+ it.skip('should support basic reconnection', async () => {
33
await terminal.runCommand(TerminalCommandId.CreateNew);
34
// TODO: Handle passing in an actual regex, not string
35
await terminal.assertTerminalGroups([
0 commit comments