We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa9556 commit 230cc02Copy full SHA for 230cc02
iris_grib/tests/integration/load_convert/test_sample_file_loads.py
@@ -65,13 +65,6 @@ def test_load_masked(self):
65
self.assertCML(cubes,
66
_RESULTDIR_PREFIX + ("missing_values_grib2.cml",))
67
68
- @skip_irisgrib_fails
69
- def test_y_fastest(self):
70
- cubes = iris.load(
71
- tests.get_data_path(("GRIB", "y_fastest", "y_fast.grib2"))
72
- )
73
- self.assertCML(cubes, _RESULTDIR_PREFIX + ("y_fastest.cml",))
74
-
75
def test_polar_stereo_grib1(self):
76
cube = iris.load_cube(
77
tests.get_data_path(("GRIB", "polar_stereo", "ST4.2013052210.01h"))
0 commit comments