Commit 9033c46f authored by spqchan's avatar spqchan Committed by Commit Bot

Disable flaky SyncCustomizationFragmentTest tests

TBR=carlosk@chromium.org

Bug: 859616, 859617, 859615
Change-Id: Ibc6fd6db390a7e3a42dd9cc929efb7a079ac9a37
Reviewed-on: https://chromium-review.googlesource.com/1123222Reviewed-by: default avatarSarah Chan <spqchan@chromium.org>
Commit-Queue: Sarah Chan <spqchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571996}
parent 01a1cbea
...@@ -26,6 +26,7 @@ import org.junit.runner.RunWith; ...@@ -26,6 +26,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -150,6 +151,7 @@ public class SyncCustomizationFragmentTest { ...@@ -150,6 +151,7 @@ public class SyncCustomizationFragmentTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"Sync"}) @Feature({"Sync"})
@DisabledTest
public void testOpeningSettingsDoesntStartEngine() { public void testOpeningSettingsDoesntStartEngine() {
mSyncTestRule.setUpTestAccountAndSignIn(); mSyncTestRule.setUpTestAccountAndSignIn();
mSyncTestRule.stopSync(); mSyncTestRule.stopSync();
...@@ -163,6 +165,7 @@ public class SyncCustomizationFragmentTest { ...@@ -163,6 +165,7 @@ public class SyncCustomizationFragmentTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"Sync"}) @Feature({"Sync"})
@DisabledTest
public void testDefaultControlStatesWithSyncOffThenOn() { public void testDefaultControlStatesWithSyncOffThenOn() {
mSyncTestRule.setUpTestAccountAndSignIn(); mSyncTestRule.setUpTestAccountAndSignIn();
mSyncTestRule.stopSync(); mSyncTestRule.stopSync();
...@@ -514,6 +517,7 @@ public class SyncCustomizationFragmentTest { ...@@ -514,6 +517,7 @@ public class SyncCustomizationFragmentTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"Sync"}) @Feature({"Sync"})
@DisabledTest
public void testPassphraseDialogDismissed() { public void testPassphraseDialogDismissed() {
final FakeProfileSyncService pss = overrideProfileSyncService(); final FakeProfileSyncService pss = overrideProfileSyncService();
......
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