Skip blob is false for mt version
This commit is contained in:
parent
71284356fe
commit
a93d4af0ba
@ -24,12 +24,14 @@ describe(genName("FFmpeg.load()"), function () {
|
||||
// expect(ffmpeg).to.be.ok;
|
||||
// });
|
||||
|
||||
it("should work when blob is false", async () => {
|
||||
it("should work when blob is false", async function () {
|
||||
// FIXME: failed to load ffmpeg-core.worker.js when blob is false.
|
||||
if (FFMPEG_TYPE === "mt") this.skip();
|
||||
|
||||
const ffmpeg = new FFmpeg();
|
||||
await ffmpeg.load({
|
||||
coreURL: CORE_URL,
|
||||
blob: false,
|
||||
thread: FFMPEG_TYPE === "mt",
|
||||
});
|
||||
expect(ffmpeg).to.be.ok;
|
||||
ffmpeg.terminate();
|
||||
|
Loading…
Reference in New Issue
Block a user