Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip more bad UGRID files in tests.
Browse files Browse the repository at this point in the history
pp-mo committed Dec 20, 2024
1 parent 4028244 commit aa8794c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_iris_xarray_roundtrips.py
Original file line number Diff line number Diff line change
@@ -78,6 +78,9 @@ def test_roundtrip_ixi(standard_testcase, use_irislock, adjust_chunks):
"testdata____ugrid__21_triangle_example",
# Problem with units on time bounds
"label_and_climate__small_FC_167",
# Broken UGRID files now won't load in Iris >= 3.10
"unstructured_grid__mesh_C12",
"_unstructured_grid__theta_nodal_xios",
]
)
if any(key in standard_testcase.name for key in exclude_case_keys):

0 comments on commit aa8794c

Please sign in to comment.