Commit 0e8c02ee authored by maxbogue's avatar maxbogue Committed by Commit bot

[Sync] Re-enable testAndroidSyncSettingsPostsNotifications.

BUG=527856

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

Cr-Commit-Position: refs/heads/master@{#361164}
parent 25c81fcd
......@@ -11,7 +11,6 @@ import android.test.InstrumentationTestCase;
import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.sync.AndroidSyncSettings.AndroidSyncSettingsObserver;
import org.chromium.sync.signin.AccountManagerHelper;
......@@ -312,10 +311,8 @@ public class AndroidSyncSettingsTest extends InstrumentationTestCase {
AndroidSyncSettings.getContractAuthority(mContext));
}
/*@SmallTest
@Feature({"Sync"})*/
// http://crbug.com/527856
@DisabledTest
@SmallTest
@Feature({"Sync"})
public void testAndroidSyncSettingsPostsNotifications() throws InterruptedException {
// Turn on syncability.
mSyncContentResolverDelegate.setMasterSyncAutomatically(true);
......
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