From 6ff272bb024620816c41131825bf11500c91822a Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 21 May 2024 21:18:12 +0200 Subject: [PATCH] we should not run the sos test --- compliance_checker/tests/test_protocols.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compliance_checker/tests/test_protocols.py b/compliance_checker/tests/test_protocols.py index dbce0676..5f221c06 100644 --- a/compliance_checker/tests/test_protocols.py +++ b/compliance_checker/tests/test_protocols.py @@ -21,7 +21,8 @@ "erddap": "https://www.neracoos.org/erddap/griddap/WW3_EastCoast_latest", "hyrax": "http://test.opendap.org:8080/opendap/ioos/mday_joinExist.ncml.dap.nc4", "thredds": "https://thredds.ucar.edu/thredds/ncss/grid/grib/NCEP/GFS/Global_0p25deg_ana/TP?var=Temperature_altitude_above_msl&accept=netcdf3", - "sos": "https://thredds.aoos.org/thredds/dodsC/aoos/cruises/ecofoci/2dy12.nc", + # The thredds endpoint is no longer serving SOS. + # "sos": "https://thredds.aoos.org/thredds/dodsC/aoos/cruises/ecofoci/2dy12.nc", }