Commit bd5fdccd authored by Theresa's avatar Theresa Committed by Commit Bot

Disable NewTabPageTest#testOpenMostVisitedItemInIncognitoTab

This test appears to be causing NewTabPageTest#testRender to flake.
Spectulatively disabling.

BUG=813589

Change-Id: I0bdd566c14d1e6d3521e00e097e55a9f079e76a1
Reviewed-on: https://chromium-review.googlesource.com/954333Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541799}
parent 0e925379
......@@ -284,7 +284,7 @@ public class NewTabPageTest {
* Tests opening a most visited item in a new tab.
*/
@Test
@DisabledTest // Flaked on the try bot. http://crbug.com/543138
@DisabledTest(message = "Flaked on the try bot. http://crbug.com/543138")
@SmallTest
@Feature({"NewTabPage"})
public void testOpenMostVisitedItemInNewTab() throws InterruptedException {
......@@ -296,6 +296,8 @@ public class NewTabPageTest {
* Tests opening a most visited item in a new incognito tab.
*/
@Test
@DisabledTest(
message = "Suspected to be causing #testRender to flake. https://crbug.com/813589.")
@SmallTest
@Feature({"NewTabPage"})
public void testOpenMostVisitedItemInIncognitoTab() throws InterruptedException {
......
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