Commit 72259258 authored by twellington's avatar twellington Committed by Commit bot

Disable UndoTabModelTest#testUndoNotSupported

BUG=674654
TBR=dfalcantara@chromium.org

Review-Url: https://codereview.chromium.org/2575323004
Cr-Commit-Position: refs/heads/master@{#438947}
parent 12b41a4c
...@@ -1390,6 +1390,7 @@ public class UndoTabModelTest extends ChromeTabbedActivityTestBase { ...@@ -1390,6 +1390,7 @@ public class UndoTabModelTest extends ChromeTabbedActivityTestBase {
*/ */
@MediumTest @MediumTest
@RetryOnFailure @RetryOnFailure
@DisabledTest(message = "crbug.com/674654")
public void testUndoNotSupported() throws InterruptedException { public void testUndoNotSupported() throws InterruptedException {
TabModel model = getActivity().getTabModelSelector().getModel(true); TabModel model = getActivity().getTabModelSelector().getModel(true);
ChromeTabCreator tabCreator = getActivity().getTabCreator(true); ChromeTabCreator tabCreator = getActivity().getTabCreator(true);
......
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