Commit d2ed6f8b authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Disable flaky test InfoBarTest.testTabDestruction

org.chromium.weblayer.test.InfoBarTest.testTabDestruction is flaky on
Android,
https://analysis.chromium.org/p/chromium/flake-portal/flakes/
occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVydwsSBUZsYWtlImxjaHJvbWl1bUB3ZWJs
YXllcl9wcml2YXRlX2luc3RydW1lbnRhdGlvbl90ZXN0X2Fwa0BvcmcuY2hyb21pdW0ud2Vi
bGF5ZXIudGVzdC5JbmZvQmFyVGVzdCN0ZXN0VGFiRGVzdHJ1Y3Rpb24M,
disable it for now until it is fixed.

TBR=blundell@chromium.org

Bug: 1116247
Change-Id: I98a6348a7120de2adb121b221084965ab6cac1e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355389Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797974}
parent 50cb5c77
...@@ -148,6 +148,7 @@ public class InfoBarTest { ...@@ -148,6 +148,7 @@ public class InfoBarTest {
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "Flaky - https://crbug.com/1116247")
/** /**
* Tests that the infobar container view is removed as part of tab destruction. * Tests that the infobar container view is removed as part of tab destruction.
* *
......
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