e2e: fix linting error
This commit is contained in:
parent
4198c5363f
commit
1911e8e3a9
|
@ -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)
|
||||
|
|
Reference in New Issue