| 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()
|
|
|
|
|