Skip to content

Commit

Permalink
test: try enabling audio transcription test case and see if test can …
Browse files Browse the repository at this point in the history
…pass
  • Loading branch information
MrOrz committed Jan 18, 2025
1 parent 61a3497 commit 4485703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/__tests__/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if (process.env.GCS_BUCKET_NAME) {
// Ref: https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/1135
// We will replace the entire ffmpeg + whisper with Gemini in the future, thus we can skip this test for now.
//
it.skip('does transcript for audio', async () => {
it('does transcript for audio', async () => {
const {
id: aiResponseId,
// eslint-disable-next-line no-unused-vars
Expand Down

0 comments on commit 4485703

Please sign in to comment.