| Index: chrome/test/functional/infobars.py
|
| diff --git a/chrome/test/functional/infobars.py b/chrome/test/functional/infobars.py
|
| index d8c7dd968544ddce4747c25ac2b6110e2fe35a81..947d7c6846962470727ce59809da070bfb3be0c0 100755
|
| --- a/chrome/test/functional/infobars.py
|
| +++ b/chrome/test/functional/infobars.py
|
| @@ -1,5 +1,5 @@
|
| #!/usr/bin/env python
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +# Copyright 2013 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -311,22 +311,6 @@ class OneClickInfobarTest(pyauto.PyUITest):
|
| self._OpenSecondProfile()
|
| self._DisplayOneClickInfobar(windex=1)
|
|
|
| - def testNoSameIDSigninForTwoProfiles(self):
|
| - """Verify two profiles cannot be signed in with same ID.
|
| -
|
| - Make sure that the one-click sign in infobar does not appear for two
|
| - profiles trying to sign in with the same ID. This test creates a profile
|
| - and connects it to a Google account. Another new profile is created and
|
| - tries to login with the connected account from the first profile.
|
| -
|
| - This test verifies the following bug: crbug.com/122975
|
| - """
|
| - test_utils.SignInToSyncAndVerifyState(self, 'test_google_account')
|
| - self._OpenSecondProfile()
|
| - self._LogIntoGoogleAccount(tab_index=0, windex=1)
|
| - self.assertTrue(lambda: test_utils.GetInfobarIndexByType(
|
| - self, self.OC_INFOBAR_TYPE, tab_index=0, windex=1) is None)
|
| -
|
| def testNoOneClickInfobarWhenCookiesBlocked(self):
|
| """Verify one-click infobar does not show when cookies are blocked.
|
|
|
|
|