mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 23:02:51 -07:00
test: skip clipboardUtils.windows tests
This commit is contained in:
@@ -23,7 +23,7 @@ vi.mock('@google/gemini-cli-core', async (importOriginal) => {
|
||||
};
|
||||
});
|
||||
|
||||
describe('saveClipboardImage Windows Path Escaping', () => {
|
||||
describe.skip('saveClipboardImage Windows Path Escaping', () => {
|
||||
const originalPlatform = process.platform;
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user