Commit 999a7a9d authored by Lijin Shen's avatar Lijin Shen Committed by Commit Bot

Disable flaky testEmbargoedNotificationCategorySiteSettings

Very flaky on builder "android-pie-arm64-rel".

TBR=elklm@chromium.org, andypaicu@chromium.org

Bug: 1094934
Change-Id: Iefa01b59a799caafd407d48bc62453c1f9a09e14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246741Reviewed-by: default avatarLijin Shen <lazzzis@google.com>
Commit-Queue: Lijin Shen <lazzzis@google.com>
Cr-Commit-Position: refs/heads/master@{#778393}
parent 9f47f6ae
......@@ -1256,6 +1256,7 @@ public class SiteSettingsTest {
@Test
@SmallTest
@Feature({"Preferences"})
@DisabledTest(message = "https://crbug.com/1094934")
public void testEmbargoedNotificationCategorySiteSettings() throws Exception {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) return;
final String urlToEmbargo = mPermissionRule.getURLWithHostName(
......
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