summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authormaxbogue <maxbogue@chromium.org>2016-01-21 16:59:59 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-22 01:02:05 +0000
commit7c3b849397f3375f5cfbdbbf426be9b8b2e3c9ea (patch)
tree1f1b383c325dc30e30a3409c91c2a691de1e4604 /sync
parent07adae18b8bb5924a2e3e3f04938fe8c07fddfce (diff)
downloadchromium_src-7c3b849397f3375f5cfbdbbf426be9b8b2e3c9ea.zip
chromium_src-7c3b849397f3375f5cfbdbbf426be9b8b2e3c9ea.tar.gz
chromium_src-7c3b849397f3375f5cfbdbbf426be9b8b2e3c9ea.tar.bz2
[Sync] Re-enable AccountManagerHelperTest.testNonCanonicalAccount.
Can't reproduce (100+ runs) the flake that caused it to be disabled. If it flakes again someday and there's an actual stack trace or some other clue as to what caused it, maybe it can be fixed. BUG=568636 Review URL: https://codereview.chromium.org/1585363003 Cr-Commit-Position: refs/heads/master@{#370858}
Diffstat (limited to 'sync')
-rw-r--r--sync/android/javatests/src/org/chromium/sync/notifier/signin/AccountManagerHelperTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/android/javatests/src/org/chromium/sync/notifier/signin/AccountManagerHelperTest.java b/sync/android/javatests/src/org/chromium/sync/notifier/signin/AccountManagerHelperTest.java
index f0dd35c..ce5e267 100644
--- a/sync/android/javatests/src/org/chromium/sync/notifier/signin/AccountManagerHelperTest.java
+++ b/sync/android/javatests/src/org/chromium/sync/notifier/signin/AccountManagerHelperTest.java
@@ -9,7 +9,6 @@ import android.content.Context;
import android.test.InstrumentationTestCase;
import android.test.suitebuilder.annotation.SmallTest;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.sync.signin.AccountManagerHelper;
import org.chromium.sync.test.util.AccountHolder;
import org.chromium.sync.test.util.MockAccountManager;
@@ -42,7 +41,8 @@ public class AccountManagerHelperTest extends InstrumentationTestCase {
assertTrue(hasAccountForName("te.st@gmail.com"));
}
- @DisabledTest // crbug.com/568636
+ // If this test starts flaking, please re-open crbug.com/568636 and make sure there is some sort
+ // of stack trace or error message in that bug BEFORE disabling the test.
@SmallTest
public void testNonCanonicalAccount() throws InterruptedException {
addTestAccount("test.me@gmail.com", "password");