From 7edf68f7891fb28dba5a92acc6cbd702509f386e Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Fri, 4 Aug 2023 10:22:56 +0200 Subject: [PATCH] disable opendap test (server unreliable) --- test/test_https.jl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/test_https.jl b/test/test_https.jl index 376a7cce..c1a62c1f 100644 --- a/test/test_https.jl +++ b/test/test_https.jl @@ -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