Skip to content

Commit

Permalink
Merge pull request #224544 from microsoft/alexr00/diverse-gazelle
Browse files Browse the repository at this point in the history
Skip "should persist buffer content"
  • Loading branch information
alexr00 authored Aug 2, 2024
2 parents 3b27f1f + eb1f210 commit 2d16be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/terminal/terminal-persistence.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 2d16be9

Please sign in to comment.