Skip to content

Commit 230cc02

Browse files
committed
Removed old broken test.
1 parent daa9556 commit 230cc02

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

iris_grib/tests/integration/load_convert/test_sample_file_loads.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ def test_load_masked(self):
6565
self.assertCML(cubes,
6666
_RESULTDIR_PREFIX + ("missing_values_grib2.cml",))
6767

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-
7568
def test_polar_stereo_grib1(self):
7669
cube = iris.load_cube(
7770
tests.get_data_path(("GRIB", "polar_stereo", "ST4.2013052210.01h"))

0 commit comments

Comments
 (0)