Skip to content

Commit

Permalink
disable opendap test (server unreliable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Aug 4, 2023
1 parent 7bd3961 commit b14cfbb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/test_https.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ using Test

sample_url = "https://rda.ucar.edu/thredds/dodsC/files/g/ds084.1/2018/20181231/gfs.0p25.2018123118.f003.grib2"

@test begin
NCDataset(sample_url) do ds
haskey(ds,"lon")
end
end
# opendal server too unreliable
# @test begin
# NCDataset(sample_url) do ds
# haskey(ds,"lon")
# end
# end

0 comments on commit b14cfbb

Please sign in to comment.