mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
@@ -49,7 +49,7 @@ export function setup(options?: { skipSuite: boolean }) {
|
||||
]);
|
||||
});
|
||||
|
||||
it('should persist buffer content', async () => {
|
||||
it.skip('should persist buffer content', async () => {
|
||||
await terminal.createTerminal();
|
||||
// TODO: Handle passing in an actual regex, not string
|
||||
await terminal.assertTerminalGroups([
|
||||
|
||||
Reference in New Issue
Block a user