e2e: attempt to fix prospector error again
This commit is contained in:
@ -156,7 +156,7 @@ def retry(max_retires=3, exceptions=None):
|
||||
raise exc
|
||||
logger.debug("Retrying on error", exc=exc, test=self)
|
||||
self.tearDown()
|
||||
self._post_teardown()
|
||||
self._post_teardown() # noqa
|
||||
self.setUp()
|
||||
return wrapper(self, *args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user