Commit 69106151 authored by Alex Ilin's avatar Alex Ilin Committed by Commit Bot

[sheriff] Disable flaky TabGridDialogTest test

TabGridDialogTest#testRenderDialog_3Tabs_Landscape__NightModeEnabled is
flaky both on CI bots and on CQ bots.

TBR=yusufo@chromium.org

Bug: 1110099
Change-Id: I8428cc3a585b3e7f2ff5515f699c071defd87298
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323291Reviewed-by: default avatarAlex Ilin <alexilin@chromium.org>
Commit-Queue: Alex Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792289}
parent 03558f0a
...@@ -76,6 +76,7 @@ import org.chromium.base.test.params.ParameterAnnotations; ...@@ -76,6 +76,7 @@ import org.chromium.base.test.params.ParameterAnnotations;
import org.chromium.base.test.params.ParameterizedRunner; import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeActivity; import org.chromium.chrome.browser.ChromeActivity;
import org.chromium.chrome.browser.ChromeTabbedActivity; import org.chromium.chrome.browser.ChromeTabbedActivity;
...@@ -662,6 +663,7 @@ public class TabGridDialogTest { ...@@ -662,6 +663,7 @@ public class TabGridDialogTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"RenderTest"}) @Feature({"RenderTest"})
@FlakyTest(message = "https://crbug.com/1110099")
@ParameterAnnotations.UseMethodParameter(NightModeTestUtils.NightModeParams.class) @ParameterAnnotations.UseMethodParameter(NightModeTestUtils.NightModeParams.class)
public void testRenderDialog_3Tabs_Landscape(boolean nightModeEnabled) throws Exception { public void testRenderDialog_3Tabs_Landscape(boolean nightModeEnabled) throws Exception {
final ChromeTabbedActivity cta = mActivityTestRule.getActivity(); final ChromeTabbedActivity cta = mActivityTestRule.getActivity();
......
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