We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20facf4 commit eb1257aCopy full SHA for eb1257a
plugins/google/src/beta/gemini_tts.test.ts
@@ -6,6 +6,6 @@ import { tts } from '@livekit/agents-plugins-test';
6
import { describe } from 'vitest';
7
import { TTS } from './gemini_tts.js';
8
9
-describe('Google Gemini TTS', async () => {
+describe.skip('Google Gemini TTS', async () => {
10
await tts(new TTS(), new STT());
11
});
plugins/google/src/llm.test.ts
@@ -5,7 +5,7 @@ import { llm } from '@livekit/agents-plugins-test';
5
import { LLM } from './llm.js';
-describe('Google', async () => {
+describe.skip('Google', async () => {
await llm(
new LLM({
model: 'gemini-2.5-flash',
0 commit comments