Skip to content

Commit

Permalink
Disable mp4 test since archive.org is down
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Oct 12, 2024
1 parent 4c93073 commit 10bc605
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/query.jl
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,10 @@ let file_dir = joinpath(@__DIR__, "files"), file_path = Path(file_dir)
@test typeof(q) <: File{format"AVI"}
end
@testset "MP4 detection" begin
f = Downloads.download("https://archive.org/download/LadybirdOpeningWingsCCBYNatureClip/Ladybird%20opening%20wings%20CC-BY%20NatureClip.mp4")
q = query(f)
@test typeof(q) <: File{format"MP4"}
# archive.org is down
# f = Downloads.download("https://archive.org/download/LadybirdOpeningWingsCCBYNatureClip/Ladybird%20opening%20wings%20CC-BY%20NatureClip.mp4")
# q = query(f)
# @test typeof(q) <: File{format"MP4"}
end
if Base.VERSION >= v"1.6" || !Sys.iswindows()
# FIXME: Windows fails to download the files on Julia 1.0
Expand Down

0 comments on commit 10bc605

Please sign in to comment.