Kaydet (Commit) 33acb9d2 authored tarafından Joffrey F's avatar Joffrey F

Test has been fixed, remove skip decorator

üst ad608baa
...@@ -1418,7 +1418,6 @@ class TestBuildFromStringIO(BaseTestCase): ...@@ -1418,7 +1418,6 @@ class TestBuildFromStringIO(BaseTestCase):
class TestBuildWithDockerignore(Cleanup, BaseTestCase): class TestBuildWithDockerignore(Cleanup, BaseTestCase):
@pytest.mark.skipif(True, reason='Test is brittle - FIXME')
def runTest(self): def runTest(self):
if compare_version(self.client._version, '1.8') >= 0: if compare_version(self.client._version, '1.8') >= 0:
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment