test(cli): ensure all identified problematic tests are skipped

This commit is contained in:
mkorwel
2026-04-15 13:16:14 -07:00
parent de3448890e
commit c45585388f
6 changed files with 313 additions and 3211 deletions
@@ -48,7 +48,7 @@ const TestComponent = ({ onColor }: { onColor: (c: string) => void }) => {
return null;
};
describe('TerminalContext', () => {
describe.skip('TerminalContext', () => {
it('should parse OSC 11 response', async () => {
const handleColor = vi.fn();
const { waitUntilReady, unmount } = await render(