Commit 7eae967f authored by nednguyen's avatar nednguyen Committed by Commit bot

Disable tabmodel.UndoTabModelTest#testReverseOrderRestore

BUG=673729
TBR=dfalcantara@chromium.org

Review-Url: https://codereview.chromium.org/2572753002
Cr-Commit-Position: refs/heads/master@{#438158}
parent a393080d
...@@ -777,8 +777,9 @@ public class UndoTabModelTest extends ChromeTabbedActivityTestBase { ...@@ -777,8 +777,9 @@ public class UndoTabModelTest extends ChromeTabbedActivityTestBase {
* *
* @throws InterruptedException * @throws InterruptedException
*/ */
@MediumTest // @MediumTest
@Restriction(ChromeRestriction.RESTRICTION_TYPE_PHONE) // See crbug.com/633607 // @Restriction(ChromeRestriction.RESTRICTION_TYPE_PHONE) // See crbug.com/633607
@DisabledTest(message = "crbug.com/673729")
public void testReverseOrderRestore() throws InterruptedException { public void testReverseOrderRestore() throws InterruptedException {
TabModel model = getActivity().getTabModelSelector().getModel(false); TabModel model = getActivity().getTabModelSelector().getModel(false);
ChromeTabCreator tabCreator = getActivity().getTabCreator(false); ChromeTabCreator tabCreator = getActivity().getTabCreator(false);
......
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