Commit 4c1d287c authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

[sheriff] Disable InfoBarAppearanceTest#testFramebustBlockInfoBar

TBR=jianli@chromium.org
NOTRY=true

Bug: 1133772
Change-Id: I866e6a6bbdb82dcd6e1e6c7fc4a92943d8d9ecad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441194Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812205}
parent 78593311
......@@ -15,6 +15,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.flags.ChromeSwitches;
import org.chromium.chrome.browser.tab.EmptyTabObserver;
......@@ -63,6 +64,7 @@ public class InfoBarAppearanceTest {
@Test
@MediumTest
@Feature({"InfoBars", "UiCatalogue"})
@DisabledTest(message = "https://crbug.com/1133772")
public void testFramebustBlockInfoBar() throws Exception {
FramebustBlockInfoBar infobar = new FramebustBlockInfoBar("http://very.evil.biz");
captureMiniAndRegularInfobar(infobar);
......
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