Commit 6021e9b9 authored by achuith's avatar achuith Committed by Commit bot

Disable 2 more tests on cros.

BUG=483212

Review URL: https://codereview.chromium.org/1140823004

Cr-Commit-Position: refs/heads/master@{#329523}
parent 3b6e7dee
......@@ -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."""
......
......@@ -87,6 +87,7 @@ class InspectorWebsocketUnittest(unittest.TestCase):
inspector.DispatchNotifications(timeout=10)
self.assertEqual(0, len(results))
@decorators.Disabled('chromeos') # crbug.com/483212
def testUnregisterDomain(self):
inspector = inspector_websocket.InspectorWebsocket()
fake_socket = FakeSocket(self._mock_timer)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment