Skip to content

Commit 5fea2c1

Browse files
committed
Remove broken test
This test never worked Fixes microsoft#234656
1 parent 97c9f5c commit 5fea2c1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/vs/workbench/contrib/terminalContrib/chat/test/browser/terminalInitialHint.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,4 @@ suite('Terminal Initial Hint Addon', () => {
9494
strictEqual(eventCount, 1);
9595
});
9696
});
97-
suite('Input', () => {
98-
test('hint is not shown when there has been input', () => {
99-
onDidChangeAgentsEmitter.fire(agent);
100-
xterm.writeln('data');
101-
setTimeout(() => {
102-
xterm.focus();
103-
strictEqual(eventCount, 0);
104-
}, 50);
105-
});
106-
});
10797
});

0 commit comments

Comments
 (0)