mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-28 04:07:32 -07:00
test(cli): ensure all identified problematic tests are skipped
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user