Commit 8a89a9bf authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Disable a ClearBrowsingDataPreferencesTest on Android O+.

This CL disable
ClearBrowsingDataPreferencesTest#testImportantSitesDialogNoFiltering
on O+ builders.

TBR=dullweber@chromium.org

Bug: 999361
Change-Id: I9d40b6f4013f310664f4726349298d63fb2b42bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1779004Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692174}
parent cf5093fa
...@@ -31,6 +31,7 @@ import org.junit.Test; ...@@ -31,6 +31,7 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest; import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
...@@ -398,6 +399,7 @@ public class ClearBrowsingDataPreferencesTest { ...@@ -398,6 +399,7 @@ public class ClearBrowsingDataPreferencesTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"SiteEngagement"}) @Feature({"SiteEngagement"})
@DisableIf.Build(sdk_is_greater_than = 25, message = "crbug.com/999361")
public void testImportantSitesDialogNoFiltering() throws Exception { public void testImportantSitesDialogNoFiltering() throws Exception {
// Sign in. // Sign in.
SigninTestUtil.addAndSignInTestAccount(); SigninTestUtil.addAndSignInTestAccount();
......
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