File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ describe('call API', () => {
228228 expect ( response . call . backstage ) . toBe ( true ) ;
229229 } ) ;
230230
231- describe ( 'transcriptions' , ( ) => {
231+ describe . skip ( 'transcriptions' , ( ) => {
232232 it ( 'start transcribing' , async ( ) => {
233233 // somewhat dummy test, we should do a proper test in the future where we join a call and start recording
234234 await expect ( ( ) => call . startTranscription ( ) ) . rejects . toThrowError (
235235 'Stream error code 4: StartTranscription failed with error: "there is no active session"' ,
236236 ) ;
237237 } ) ;
238238
239- it . skip ( 'stop transcribing' , async ( ) => {
239+ it ( 'stop transcribing' , async ( ) => {
240240 // somewhat dummy test, we should do a proper test in the future
241241 await expect ( ( ) => call . stopTranscription ( ) ) . rejects . toThrowError (
242242 'Stream error code 4: StopTranscription failed with error: "call is not being transcribed"' ,
You can’t perform that action at this time.
0 commit comments