Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ This document explains the changes made to Iris for this release
http://www.nationalarchives.gov.uk/doc/open-government-licence since this
always works locally, but never within CI. (:pull:`4307`)

#. `@wjbenfold`_ netCDF integration tests now skip ``TestConstrainedLoad`` if
test data is missing (:pull:`4319`)


.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
Expand Down
1 change: 1 addition & 0 deletions lib/iris/tests/integration/test_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ def test_geostationary_no_false_offsets(self):
self.assertEqual(cs.false_northing, 0.0)


@tests.skip_data
class TestConstrainedLoad(tests.IrisTest):
filename = tests.get_data_path(
("NetCDF", "label_and_climate", "A1B-99999a-river-sep-2070-2099.nc")
Expand Down