From 10bc605a77b09b20241e3218cfdbb86b6d60f753 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sat, 12 Oct 2024 11:23:56 -0400 Subject: [PATCH] Disable mp4 test since archive.org is down --- test/query.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/query.jl b/test/query.jl index a569a09..e499a0c 100644 --- a/test/query.jl +++ b/test/query.jl @@ -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