Index: tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
diff --git a/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
index 51f81e6d0b6911f08a4be15f9fde3befa3a83438..1943ce71e5656e33e7e60babc38c750a01f29241 100644 |
--- a/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
+++ b/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
@@ -64,7 +64,7 @@ class CrOSLoginTest(cros_test_case.CrOSTestCase): |
pass |
util.WaitFor(lambda: not self._IsCryptohomeMounted(), 20) |
- @decorators.Enabled('chromeos') |
+ @decorators.Disabled |
def testGaiaLogin(self): |
"""Tests gaia login. Credentials are expected to be found in a |
credentials.txt file, with a single line of format username:password.""" |