Commit ce7563e9 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

Disable browser.tasks.tab_management.TabGridContainerViewBinderTest#testShowWithAnimation.

Test failed multiple times on Android CFI.

TBR=tiborg@chromium.org

Bug: 954145
Change-Id: I3ac4820736d146bc16a31842905f4d504a974036
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573646Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652181}
parent 200d966d
...@@ -21,6 +21,7 @@ import org.junit.runner.RunWith; ...@@ -21,6 +21,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ApiCompatibilityUtils; import org.chromium.base.ApiCompatibilityUtils;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.test.ChromeJUnit4ClassRunner; import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
import org.chromium.chrome.test.ui.DummyUiActivity; import org.chromium.chrome.test.ui.DummyUiActivity;
...@@ -97,6 +98,8 @@ public class TabGridContainerViewBinderTest extends DummyUiActivityTestCase { ...@@ -97,6 +98,8 @@ public class TabGridContainerViewBinderTest extends DummyUiActivityTestCase {
@Test @Test
@MediumTest @MediumTest
@DisabledTest
// Failed multiple times on Android CFI https://crbug.com/954145
public void testShowWithAnimation() throws Exception { public void testShowWithAnimation() throws Exception {
TestThreadUtils.runOnUiThreadBlocking(() -> { TestThreadUtils.runOnUiThreadBlocking(() -> {
mContainerModel.set( mContainerModel.set(
......
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