Skip to content

Commit 2ed2eb3

Browse files
authored
skip flaky tests (microsoft#253586)
1 parent 3485448 commit 2ed2eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function setup(logger: Logger) {
4545
setupTerminalProfileTests({ skipSuite: process.platform === 'linux' });
4646
setupTerminalTabsTests({ skipSuite: process.platform === 'linux' });
4747
setupTerminalShellIntegrationTests({ skipSuite: process.platform === 'linux' });
48-
setupTerminalStickyScrollTests({ skipSuite: process.platform === 'linux' });
48+
setupTerminalStickyScrollTests({ skipSuite: true });
4949
// https://github.com/microsoft/vscode/pull/141974
5050
// Windows is skipped here as well as it was never enabled from the start
5151
setupTerminalSplitCwdTests({ skipSuite: process.platform === 'linux' || process.platform === 'win32' });

0 commit comments

Comments
 (0)