Commit bb635287 authored by Lijin Shen's avatar Lijin Shen Committed by Commit Bot

[duet] Disable the duet test failed on android-arm-stable-tests

testTopToolbar_WithGTS_WithBottomToolbar_New_Tab_Search_Share
failing on 2 stable builder(s): android-arm-stable-tests and
android-arm64-stable-tests. Since this variation has benn
ramped down, the test can be disabled.

Bug: 1062634
Change-Id: If7e3d52cd3b6fd23214b02eb2479bbeaa48e7695
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115765Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Lijin Shen <lazzzis@google.com>
Cr-Commit-Position: refs/heads/master@{#752645}
parent bb945a49
...@@ -34,6 +34,7 @@ import org.junit.rules.TestRule; ...@@ -34,6 +34,7 @@ import org.junit.rules.TestRule;
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.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeTabbedActivity; import org.chromium.chrome.browser.ChromeTabbedActivity;
import org.chromium.chrome.browser.compositor.layouts.Layout; import org.chromium.chrome.browser.compositor.layouts.Layout;
...@@ -198,6 +199,7 @@ public class AdaptiveToolbarTest { ...@@ -198,6 +199,7 @@ public class AdaptiveToolbarTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "Failed on android-arm-stable-tests. crbug.com/1062634")
// clang-format off // clang-format off
@CommandLineFlags.Add({"enable-features=" + ChromeFeatureList.TAB_GRID_LAYOUT_ANDROID + @CommandLineFlags.Add({"enable-features=" + ChromeFeatureList.TAB_GRID_LAYOUT_ANDROID +
"<Study", "force-fieldtrials=Study/Group", NO_NEW_TAB_VARIATION_PARAMS}) "<Study", "force-fieldtrials=Study/Group", NO_NEW_TAB_VARIATION_PARAMS})
......
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