File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
lib/iris/tests/integration Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 2323import iris .exceptions
2424import iris .tests .stock
2525import iris .util
26- from unittest import skipIf
27-
28- # Skip out some tests that fail now that grib edition 2 files no longer use
29- # the GribWrapper.
30- # TODO: either fix these problems, or remove the tests.
31- skip_irisgrib_fails = skipIf (
32- True , "Test(s) are not currently usable with the new " "grib 2 loader."
33- )
3426
3527
3628@tests .skip_data
@@ -68,13 +60,6 @@ def test_load_masked(self):
6860 cubes = iris .load (gribfile )
6961 self .assertCML (cubes , ("grib_load" , "missing_values_grib2.cml" ))
7062
71- @skip_irisgrib_fails
72- def test_y_fastest (self ):
73- cubes = iris .load (
74- tests .get_data_path (("GRIB" , "y_fastest" , "y_fast.grib2" ))
75- )
76- self .assertCML (cubes , ("grib_load" , "y_fastest.cml" ))
77-
7863 def test_polar_stereo_grib1 (self ):
7964 cube = iris .load_cube (
8065 tests .get_data_path (("GRIB" , "polar_stereo" , "ST4.2013052210.01h" ))
You can’t perform that action at this time.
0 commit comments