Skip to content

Commit 1006859

Browse files
authored
Merge pull request #398 from JuliaIO/vs/disable-mp4
Disable mp4 test since archive.org is down
2 parents 4c93073 + 10bc605 commit 1006859

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/query.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,10 @@ let file_dir = joinpath(@__DIR__, "files"), file_path = Path(file_dir)
400400
@test typeof(q) <: File{format"AVI"}
401401
end
402402
@testset "MP4 detection" begin
403-
f = Downloads.download("https://archive.org/download/LadybirdOpeningWingsCCBYNatureClip/Ladybird%20opening%20wings%20CC-BY%20NatureClip.mp4")
404-
q = query(f)
405-
@test typeof(q) <: File{format"MP4"}
403+
# archive.org is down
404+
# f = Downloads.download("https://archive.org/download/LadybirdOpeningWingsCCBYNatureClip/Ladybird%20opening%20wings%20CC-BY%20NatureClip.mp4")
405+
# q = query(f)
406+
# @test typeof(q) <: File{format"MP4"}
406407
end
407408
if Base.VERSION >= v"1.6" || !Sys.iswindows()
408409
# FIXME: Windows fails to download the files on Julia 1.0

0 commit comments

Comments
 (0)