mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-12 14:22:00 -07:00
fix(sdk): skip broken sendStream tests to unblock nightly (#25000)
This commit is contained in:
@@ -181,7 +181,8 @@ describe('GeminiCliSession initialize()', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('GeminiCliSession sendStream()', () => {
|
||||
// TODO(#24999): Mock uses getGeminiClient() method but session.ts expects geminiClient property.
|
||||
describe.skip('GeminiCliSession sendStream()', () => {
|
||||
it('auto-initializes if not yet initialized', async () => {
|
||||
const session = new GeminiCliSession(
|
||||
baseOptions,
|
||||
|
||||
Reference in New Issue
Block a user