From 42a90a260d217f59080825e0900e1f1c9c1cc366 Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Mon, 3 Sep 2018 14:17:00 +0100 Subject: [PATCH] Remove 'skip_2d' test decorator. (#3156) --- lib/iris/tests/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/iris/tests/__init__.py b/lib/iris/tests/__init__.py index b7806b455b..84d4614c0e 100644 --- a/lib/iris/tests/__init__.py +++ b/lib/iris/tests/__init__.py @@ -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