From 33acb9d2e05d0f3abb7897abbe50dd54600da85b Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 31 Aug 2015 13:13:46 -0700 Subject: [PATCH] Test has been fixed, remove skip decorator --- tests/integration_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_test.py b/tests/integration_test.py index f7f3e76a..fd4ff2d0 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -1418,7 +1418,6 @@ class TestBuildFromStringIO(BaseTestCase): class TestBuildWithDockerignore(Cleanup, BaseTestCase): - @pytest.mark.skipif(True, reason='Test is brittle - FIXME') def runTest(self): if compare_version(self.client._version, '1.8') >= 0: return