Skip to content

Commit 07d9864

Browse files
authored
Skipping flaky test
Part of microsoft#137799
1 parent 11c24fe commit 07d9864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/smoke/src/areas/terminal/terminal-persistence.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export function setup(opts: ParsedArgs) {
2828
});
2929

3030
describe('detach/attach', () => {
31-
it('should support basic reconnection', async () => {
31+
// https://github.com/microsoft/vscode/issues/137799
32+
it.skip('should support basic reconnection', async () => {
3233
await terminal.runCommand(TerminalCommandId.CreateNew);
3334
// TODO: Handle passing in an actual regex, not string
3435
await terminal.assertTerminalGroups([

0 commit comments

Comments
 (0)