Commit 978386ba authored by Wenyu Fu's avatar Wenyu Fu Committed by Commit Bot

[Sheriff] Disable PageInfoViewTest

These render tests are failing on different building bots.
TBR=dullweber@chromium.org

Bug: 1112985
Change-Id: I1590c2bad3c0042ecfd73ac46c6edbffb2f683fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337290Reviewed-by: default avatarWenyu Fu <wenyufu@chromium.org>
Commit-Queue: Wenyu Fu <wenyufu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794795}
parent 53019839
...@@ -25,6 +25,7 @@ import org.junit.Test; ...@@ -25,6 +25,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.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.ChromeActivity; import org.chromium.chrome.browser.ChromeActivity;
...@@ -61,6 +62,7 @@ import java.io.IOException; ...@@ -61,6 +62,7 @@ import java.io.IOException;
ContentSwitches.HOST_RESOLVER_RULES + "=MAP * 127.0.0.1"}) ContentSwitches.HOST_RESOLVER_RULES + "=MAP * 127.0.0.1"})
@Features. @Features.
EnableFeatures(ContentSettingsFeatureList.IMPROVED_COOKIE_CONTROLS_FOR_THIRD_PARTY_COOKIE_BLOCKING) EnableFeatures(ContentSettingsFeatureList.IMPROVED_COOKIE_CONTROLS_FOR_THIRD_PARTY_COOKIE_BLOCKING)
@DisabledTest(message = "crbug.com/1112985")
public class PageInfoViewTest { public class PageInfoViewTest {
@Rule @Rule
public ChromeActivityTestRule<ChromeActivity> mActivityTestRule = public ChromeActivityTestRule<ChromeActivity> mActivityTestRule =
......
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