We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3485448 commit 2ed2eb3Copy full SHA for 2ed2eb3
test/smoke/src/areas/terminal/terminal.test.ts
@@ -45,7 +45,7 @@ export function setup(logger: Logger) {
45
setupTerminalProfileTests({ skipSuite: process.platform === 'linux' });
46
setupTerminalTabsTests({ skipSuite: process.platform === 'linux' });
47
setupTerminalShellIntegrationTests({ skipSuite: process.platform === 'linux' });
48
- setupTerminalStickyScrollTests({ skipSuite: process.platform === 'linux' });
+ setupTerminalStickyScrollTests({ skipSuite: true });
49
// https://github.com/microsoft/vscode/pull/141974
50
// Windows is skipped here as well as it was never enabled from the start
51
setupTerminalSplitCwdTests({ skipSuite: process.platform === 'linux' || process.platform === 'win32' });
0 commit comments