Skip to content

Commit

Permalink
Remove 'skip_2d' test decorator. (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored and lbdreyer committed Sep 3, 2018
1 parent 7455bb1 commit 42a90a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/iris/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,12 +1221,6 @@ class MyPlotTests(test.GraphicsTest):
'Test(s) require "python-stratify", which is not available.')


SKIP_2D_TESTS = True
skip_2d = unittest.skipIf(
SKIP_2D_TESTS,
'Test(s) broken by WIP on 2d coords support -- temporarily disabled.')


def no_warnings(func):
"""
Provides a decorator to ensure that there are no warnings raised
Expand Down

0 comments on commit 42a90a2

Please sign in to comment.