Skip to content

Commit eb1257a

Browse files
committed
disable flaky tests
1 parent 20facf4 commit eb1257a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/google/src/beta/gemini_tts.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import { tts } from '@livekit/agents-plugins-test';
66
import { describe } from 'vitest';
77
import { TTS } from './gemini_tts.js';
88

9-
describe('Google Gemini TTS', async () => {
9+
describe.skip('Google Gemini TTS', async () => {
1010
await tts(new TTS(), new STT());
1111
});

plugins/google/src/llm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { llm } from '@livekit/agents-plugins-test';
55
import { describe } from 'vitest';
66
import { LLM } from './llm.js';
77

8-
describe('Google', async () => {
8+
describe.skip('Google', async () => {
99
await llm(
1010
new LLM({
1111
model: 'gemini-2.5-flash',

0 commit comments

Comments
 (0)