Commit 5b7d4ebc authored by Dale Curtis's avatar Dale Curtis Committed by Commit Bot

Disable flaky SiteSettingsTest#testSingleSiteLocationAccess.

TBR=timvolodine

Bug: 1128184
Change-Id: I6706ce9037397f745a96925898aa48196f40273e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414840Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807624}
parent c5517f45
...@@ -28,6 +28,8 @@ import org.junit.Rule; ...@@ -28,6 +28,8 @@ import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.DisabledTest;
/** /**
* Tests the behavior of the Site Settings UI. * Tests the behavior of the Site Settings UI.
*/ */
...@@ -100,6 +102,7 @@ public class SiteSettingsTest { ...@@ -100,6 +102,7 @@ public class SiteSettingsTest {
@Test @Test
@SmallTest @SmallTest
@MinWebLayerVersion(84) @MinWebLayerVersion(84)
@DisabledTest(message = "TODO(crbug.com/1128184): Fix flakiness.")
public void testSingleSiteLocationAccess() throws InterruptedException { public void testSingleSiteLocationAccess() throws InterruptedException {
try { try {
Intents.init(); Intents.init();
......
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