| Index: components/test/data/password_manager/automated_tests/environment.py
|
| diff --git a/components/test/data/password_manager/automated_tests/environment.py b/components/test/data/password_manager/automated_tests/environment.py
|
| index 86685b30057499ffd314ea4d28b654d27cb0a4fa..71eca92129228c40e6d6ed4f27d6e4a65addaa0a 100644
|
| --- a/components/test/data/password_manager/automated_tests/environment.py
|
| +++ b/components/test/data/password_manager/automated_tests/environment.py
|
| @@ -87,10 +87,7 @@ class Environment:
|
| try:
|
| shutil.rmtree(profile_path)
|
| except Exception, e:
|
| - # The tests execution can continue, but this make them less stable.
|
| - logging.error("Error: Could not wipe the chrome profile directory (%s). \
|
| - This affects the stability of the tests. Continuing to run tests."
|
| - % e)
|
| + pass
|
| # If |chrome_path| is not defined, this means that we are in the dashboard
|
| # website, and we just need to get the list of all websites. In this case,
|
| # we don't need to initilize the webdriver.
|
|
|