Skip to content

Commit 2f7ab5c

Browse files
committed
Disable should update color of the tab
Flake in CI
1 parent ec4b7e1 commit 2f7ab5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export function setup(opts: ParsedArgs) {
2222
await terminal.runCommand(TerminalCommandId.KillAll);
2323
});
2424

25-
it('should update color of the tab', async () => {
25+
// TODO: This was flaky in CI
26+
it.skip('should update color of the tab', async () => {
2627
await terminal.runCommand(TerminalCommandId.CreateNewEditor);
2728
const color = 'Cyan';
2829
await terminal.runCommandWithValue(TerminalCommandIdWithValue.ChangeColor, color);

0 commit comments

Comments
 (0)