JuliaWeb / HTTP.jl

HTTP for Julia
https://juliaweb.github.io/HTTP.jl/stable/
Other
626 stars 177 forks source link

`test/downloads.jl` tests not being run #1093

Open nickrobinson251 opened 10 months ago

nickrobinson251 commented 10 months ago

This test file https://github.com/JuliaWeb/HTTP.jl/blob/master/test/download.jl is no longer being included in runtests.jl (it is commented out) https://github.com/JuliaWeb/HTTP.jl/blob/master/test/runtests.jl#L16 since https://github.com/JuliaWeb/HTTP.jl/commit/da3f08ec5f5f900a4f39ebadccc0a983f4afa3b3 / https://github.com/JuliaWeb/HTTP.jl/pull/1065

From https://github.com/JuliaWeb/HTTP.jl/pull/1092#issuecomment-1684077940:

The downloads tests were relying on a public server that is no longer serving requests in the same way, so they were just constantly failing, so they were disabled.