Skip to content

Commit

Permalink
Merge pull request #398 from JuliaIO/vs/disable-mp4
Browse files Browse the repository at this point in the history
Disable mp4 test since archive.org is down
  • Loading branch information
ViralBShah authored Oct 12, 2024
2 parents 4c93073 + 10bc605 commit 1006859
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 1006859

Please sign in to comment.