Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: components/test/data/password_manager/automated_tests/environment.py

Issue 903763003: Refactoring and paralelizing Python password manager tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
melandory 2015/02/06 08:37:46 I disagree with removing of this log message: it's
dvadym 2015/02/06 11:02:26 Now each test run has own temporary profile direct
# 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.

Powered by Google App Engine
This is Rietveld 408576698