| Index: client/site_tests/logging_LogVolume/logging_LogVolume.py
|
| diff --git a/client/site_tests/logging_LogVolume/logging_LogVolume.py b/client/site_tests/logging_LogVolume/logging_LogVolume.py
|
| index 6d66538dc6c5fab678446d782b2bc7801bdd74a7..148a0a9c9f2bbe9b0b6c39373054c12f2bda58f4 100644
|
| --- a/client/site_tests/logging_LogVolume/logging_LogVolume.py
|
| +++ b/client/site_tests/logging_LogVolume/logging_LogVolume.py
|
| @@ -20,8 +20,7 @@ class logging_LogVolume(site_ui_test.UITest):
|
|
|
|
|
| def run_once(self):
|
| - if not site_login.wait_for_cryptohome():
|
| - raise error.TestFail('Could not wait for crytohome')
|
| + site_login.wait_for_cryptohome()
|
|
|
| self._perf = {}
|
| self.log_stateful_used()
|
|
|