summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-08-31 13:13:46 -0700
committerJoffrey F <joffrey@docker.com>2015-08-31 13:13:46 -0700
commit33acb9d2e05d0f3abb7897abbe50dd54600da85b (patch)
treedef0b24a8f0013aed4e6e598b2524b67a33147d7
parentad608baaaf74a83ad4fecf0e38e6947ff4f708f0 (diff)
downloaddocker-py-33acb9d2e05d0f3abb7897abbe50dd54600da85b.tar.gz
Test has been fixed, remove skip decorator
-rw-r--r--tests/integration_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration_test.py b/tests/integration_test.py
index f7f3e76..fd4ff2d 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