Skip to content

Commit

Permalink
Merge pull request #247 from ChrisJohnNOAA/fix_test
Browse files Browse the repository at this point in the history
Don't check noaa.gov it seems to have started blocking these requests.
  • Loading branch information
ChrisJohnNOAA authored Jan 24, 2025
2 parents a112f5a + 181436c commit 625c619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/jetty/JettyTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -6906,6 +6906,8 @@ void testForBrokenLinks(String tUrl) throws Exception {
+ PORT
+ "/erddap/griddap/erdMHchla8day.timeGaps", // dataset not found
"https://linux.die.net/man/1/ncdump", // fail, works in browser
"https://www.noaa.gov", // fail, works in browser
"https://www.noaa.gov/", // fail, works in browser
"https://sbclter.msi.ucsb.edu/external/InformationManagement/eml_2018_erddap/", // Whole
// site
// seems
Expand Down

0 comments on commit 625c619

Please sign in to comment.