| Index: chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| diff --git a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| index 3b0616c556ee9145d31445871470a2c53a4b1f7a..fb67e4c5c47e8308a9a15edea5b20ebeeaa6d78f 100644
|
| --- a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| +++ b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| @@ -10,6 +10,7 @@ import android.test.suitebuilder.annotation.SmallTest;
|
|
|
| import org.chromium.base.ThreadUtils;
|
| import org.chromium.base.test.util.CommandLineFlags;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.base.test.util.Feature;
|
| import org.chromium.chrome.browser.ChromeSwitches;
|
| import org.chromium.chrome.browser.firstrun.FirstRunActivity;
|
| @@ -54,8 +55,10 @@ public class FirstRunTest extends SyncTestBase {
|
|
|
| // Test that signing in and opening settings through FirstRun signs in and doesn't fully start
|
| // sync until the settings page is closed.
|
| - @SmallTest
|
| - @Feature({"Sync"})
|
| + // Disabled due to flakiness. See crbug.com/616456
|
| + // @SmallTest
|
| + // @Feature({"Sync"})
|
| + @DisabledTest
|
| public void testSignInWithOpenSettings() throws Exception {
|
| final Account testAccount = SigninTestUtil.addTestAccount();
|
| final Preferences prefActivity = processFirstRun(testAccount.name, ShowSettings.YES);
|
|
|