Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

Fix dap tests #1129

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

Description of Changes

Some tests were failing on GitHub unrelated to our PRs. I believe it was because testGrid was failing due to a dependence on an external resource and then not resetting a system property related to the URL encoding, and so was causing other tests to fail.

This PR adds a cleanup step for that test and also a NeedsExternalResource tag so that it won't be run on PRs.

PR Checklist