Skip to content

Commit

Permalink
[Sync] Re-enable testAndroidSyncSettingsPostsNotifications.
Browse files Browse the repository at this point in the history
BUG=527856

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

Cr-Commit-Position: refs/heads/master@{#361164}
  • Loading branch information
maxbogue authored and Commit bot committed Nov 23, 2015
1 parent 25c81fc commit 0e8c02e
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
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;
Expand Down Expand Up @@ -312,10 +311,8 @@ public void testGetContractAuthority() throws Exception {
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);
Expand Down

0 comments on commit 0e8c02e

Please sign in to comment.