Commit cbd8e424 authored by Yue Zhang's avatar Yue Zhang Committed by Commit Bot

Enable testMoveTabsAcrossWindow_GTS_WithoutGroup on P devices

Bug: 1017141, 1023530
Change-Id: Ie5868b781a929d09987edcdd6ca3e140b14d9946
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912651Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Yue Zhang <yuezhanggg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714644}
parent 3ff4397a
...@@ -30,7 +30,7 @@ import org.junit.rules.TestRule; ...@@ -30,7 +30,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.DisableIf;
import org.chromium.base.test.util.MinAndroidSdkLevel; import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -81,7 +81,7 @@ public class TabSwitcherMultiWindowTest { ...@@ -81,7 +81,7 @@ public class TabSwitcherMultiWindowTest {
@Test @Test
@MediumTest @MediumTest
@TargetApi(Build.VERSION_CODES.N) @TargetApi(Build.VERSION_CODES.N)
@DisabledTest(message = "crbug.com/1017141 This test fails deterministically on Nexus 5X") @DisableIf.Build(message = "crbug.com/1017141", sdk_is_less_than = Build.VERSION_CODES.P)
public void testMoveTabsAcrossWindow_GTS_WithoutGroup() throws InterruptedException { public void testMoveTabsAcrossWindow_GTS_WithoutGroup() throws InterruptedException {
final ChromeTabbedActivity cta1 = mActivityTestRule.getActivity(); final ChromeTabbedActivity cta1 = mActivityTestRule.getActivity();
// Initially, we have 4 normal tabs and 3 incognito tabs in cta1. // Initially, we have 4 normal tabs and 3 incognito tabs in cta1.
......
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