Commit 0b51e403 authored by krisr@chromium.org's avatar krisr@chromium.org

Remove the nontransitioned account test

Review URL: http://codereview.chromium.org/6995098

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88462 0039d316-1c4b-4281-b951-d872f2087c98
parent c341cc9f
......@@ -112,16 +112,6 @@ class ChromeosLogin(pyauto.PyUITest):
login_info = self.GetLoginInfo()
self.assertTrue(login_info['is_logged_in'], msg='Login failed.')
def testNoLoginForNonTransitionedDomainAccount(self):
"""Test that login is successful with valid credentials for a domain."""
credentials = \
self._ValidCredentials(account_type='test_domain_account_non_transistion')
self.Login(credentials['username'], credentials['password'])
login_info = self.GetLoginInfo()
self.assertFalse(login_info['is_logged_in'], msg='Login succeeded for a '
'non-transistioned account, this account should have not '
'been able to login.')
def testCachedCredentials(self):
"""Test that we can login without connectivity if we have so before."""
self.testGoodLogin()
......
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