Skip to content

Commit 5eb5535

Browse files
committed
chore: skip transcriptions tests
1 parent 6d044f2 commit 5eb5535

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

__tests__/call.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,8 @@ describe('call API', () => {
228228
expect(response.call.backstage).toBe(true);
229229
});
230230

231-
describe('transcriptions', () => {
231+
describe.skip('transcriptions', () => {
232232
it('start transcribing', async () => {
233-
await new Promise((resolve) => setTimeout(resolve, 3000));
234233
// somewhat dummy test, we should do a proper test in the future where we join a call and start recording
235234
await expect(() => call.startTranscription()).rejects.toThrowError(
236235
'Stream error code 4: StartTranscription failed with error: "there is no active session"',

0 commit comments

Comments
 (0)