diff --git a/tests/ffmpeg.test.js b/tests/ffmpeg.test.js index fad77c5820..5e20eef88e 100644 --- a/tests/ffmpeg.test.js +++ b/tests/ffmpeg.test.js @@ -6,7 +6,7 @@ const createFFmpeg = async () => { const ffmpeg = new FFmpeg(); await ffmpeg.load({ coreURL: CORE_URL, - thread: FFMPEG_TYPE === "mt" && crossOriginIsolated, + thread: FFMPEG_TYPE === "mt", }); return ffmpeg; };