Commit 7383a585 authored by Yue Zhang's avatar Yue Zhang Committed by Commit Bot

Don't disable Tab-to-GTS animation for tab suggestion tests

Bug: None
Change-Id: I6712fb9a0c2df38a6c7a9612420f362258984ee9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024114
Commit-Queue: Yue Zhang <yuezhanggg@chromium.org>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735732}
parent 6d6625c3
...@@ -745,7 +745,6 @@ public class StartSurfaceLayoutTest { ...@@ -745,7 +745,6 @@ public class StartSurfaceLayoutTest {
@Feature("TabSuggestion") @Feature("TabSuggestion")
// clang-format off // clang-format off
@Features.EnableFeatures(ChromeFeatureList.CLOSE_TAB_SUGGESTIONS + "<Study") @Features.EnableFeatures(ChromeFeatureList.CLOSE_TAB_SUGGESTIONS + "<Study")
@Features.DisableFeatures(ChromeFeatureList.TAB_TO_GTS_ANIMATION)
@CommandLineFlags.Add({BASE_PARAMS + "/close_tab_suggestions_stale_time_ms/0"}) @CommandLineFlags.Add({BASE_PARAMS + "/close_tab_suggestions_stale_time_ms/0"})
public void testTabSuggestionMessageCard_dismiss() throws InterruptedException { public void testTabSuggestionMessageCard_dismiss() throws InterruptedException {
// clang-format on // clang-format on
...@@ -781,7 +780,6 @@ public class StartSurfaceLayoutTest { ...@@ -781,7 +780,6 @@ public class StartSurfaceLayoutTest {
@Feature("TabSuggestion") @Feature("TabSuggestion")
// clang-format off // clang-format off
@Features.EnableFeatures(ChromeFeatureList.CLOSE_TAB_SUGGESTIONS + "<Study") @Features.EnableFeatures(ChromeFeatureList.CLOSE_TAB_SUGGESTIONS + "<Study")
@Features.DisableFeatures(ChromeFeatureList.TAB_TO_GTS_ANIMATION)
@CommandLineFlags.Add({BASE_PARAMS + "/close_tab_suggestions_stale_time_ms/0"}) @CommandLineFlags.Add({BASE_PARAMS + "/close_tab_suggestions_stale_time_ms/0"})
public void testTabSuggestionMessageCard_review() throws InterruptedException { public void testTabSuggestionMessageCard_review() throws InterruptedException {
// clang-format on // clang-format on
...@@ -813,8 +811,7 @@ public class StartSurfaceLayoutTest { ...@@ -813,8 +811,7 @@ public class StartSurfaceLayoutTest {
@MediumTest @MediumTest
@Feature("NewTabTile") @Feature("NewTabTile")
// clang-format off // clang-format off
@Features.DisableFeatures({ChromeFeatureList.TAB_TO_GTS_ANIMATION, @Features.DisableFeatures({ChromeFeatureList.CLOSE_TAB_SUGGESTIONS})
ChromeFeatureList.CLOSE_TAB_SUGGESTIONS})
@CommandLineFlags.Add({BASE_PARAMS + "/tab_grid_layout_android_new_tab_tile/NewTabTile" @CommandLineFlags.Add({BASE_PARAMS + "/tab_grid_layout_android_new_tab_tile/NewTabTile"
+ "/tab_grid_layout_android_new_tab/false"}) + "/tab_grid_layout_android_new_tab/false"})
public void testNewTabTile() throws InterruptedException { public void testNewTabTile() throws InterruptedException {
...@@ -870,7 +867,6 @@ public class StartSurfaceLayoutTest { ...@@ -870,7 +867,6 @@ public class StartSurfaceLayoutTest {
@Feature("TabSuggestion") @Feature("TabSuggestion")
// clang-format off // clang-format off
@Features.EnableFeatures(ChromeFeatureList.CLOSE_TAB_SUGGESTIONS + "<Study") @Features.EnableFeatures(ChromeFeatureList.CLOSE_TAB_SUGGESTIONS + "<Study")
@Features.DisableFeatures(ChromeFeatureList.TAB_TO_GTS_ANIMATION)
@CommandLineFlags.Add({BASE_PARAMS + "/close_tab_suggestions_stale_time_ms/0"}) @CommandLineFlags.Add({BASE_PARAMS + "/close_tab_suggestions_stale_time_ms/0"})
public void testTabSuggestionMessageCard_orientation() throws InterruptedException { public void testTabSuggestionMessageCard_orientation() throws InterruptedException {
// clang-format on // clang-format on
......
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