e2e: fix linting error

This commit is contained in:
Jens Langhammer 2020-11-15 19:31:42 +01:00
parent 4198c5363f
commit 1911e8e3a9
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ def retry(max_retires=3, exceptions=None):
raise exc
logger.debug("Retrying on error", exc=exc, test=self)
self.tearDown()
# pylint: disable=protected-access
self._post_teardown()
self.setUp()
return wrapper(self, *args, **kwargs)