mirror of https://github.com/docker/docker-py.git
Test has been fixed, remove skip decorator
This commit is contained in:
parent
ad608baaaf
commit
33acb9d2e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue