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

Unified Diff: frontend/afe/frontend_test_utils.py

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 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
« no previous file with comments | « database/schema_051.sql ('k') | frontend/afe/resources_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frontend/afe/frontend_test_utils.py
diff --git a/frontend/afe/frontend_test_utils.py b/frontend/afe/frontend_test_utils.py
index cbb88a685a2295f3a165c3a5e59bcd8b9cd48f6b..fd8a20a8f55bafb2311561e2586e99e9f52179a9 100644
--- a/frontend/afe/frontend_test_utils.py
+++ b/frontend/afe/frontend_test_utils.py
@@ -68,6 +68,9 @@ class FrontendTestMixin(object):
setup_test_environment.set_up()
global_config.global_config.override_config_value(
'AUTOTEST_WEB', 'parameterized_jobs', 'False')
+ global_config.global_config.override_config_value(
+ 'SERVER', 'rpc_logging', 'False')
+
if fill_data:
self._fill_in_test_data()
« no previous file with comments | « database/schema_051.sql ('k') | frontend/afe/resources_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698