Skip to content

Commit 1d0757b

Browse files
authored
Removed ununused skipIf. (#3632)
1 parent e118a35 commit 1d0757b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/iris/tests/integration/test_grib_load.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
import iris.exceptions
2424
import iris.tests.stock
2525
import 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"))

0 commit comments

Comments
 (0)