We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4b7e1 commit 2f7ab5cCopy full SHA for 2f7ab5c
test/smoke/src/areas/terminal/terminal-editors.test.ts
@@ -22,7 +22,8 @@ export function setup(opts: ParsedArgs) {
22
await terminal.runCommand(TerminalCommandId.KillAll);
23
});
24
25
- it('should update color of the tab', async () => {
+ // TODO: This was flaky in CI
26
+ it.skip('should update color of the tab', async () => {
27
await terminal.runCommand(TerminalCommandId.CreateNewEditor);
28
const color = 'Cyan';
29
await terminal.runCommandWithValue(TerminalCommandIdWithValue.ChangeColor, color);
0 commit comments