Commit a24c6d48 authored by edchin's avatar edchin Committed by Commit Bot

[ios] Disable flaky TabGridMediator tests

Previously we thought this was only flaky on devices. It is also flaky
on simulator.

TBR=justincohen, javierrobles

Bug: 873633
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Iddc823fc1034ba26db75da1b42a63a864e58878a
Reviewed-on: https://chromium-review.googlesource.com/1175194Reviewed-by: default avataredchin <edchin@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583078}
parent edd838a5
...@@ -272,12 +272,9 @@ TEST_F(TabGridMediatorTest, DiscardSavedClosedItemsCommand) { ...@@ -272,12 +272,9 @@ TEST_F(TabGridMediatorTest, DiscardSavedClosedItemsCommand) {
// Tests that the |web_state_list_| is restored to 3 items when // Tests that the |web_state_list_| is restored to 3 items when
// |-undoCloseAllItems| is called. // |-undoCloseAllItems| is called.
// TODO(crbug.com/873632): This test is flaky on devices. // TODO(crbug.com/873632): This test is flaky.
// TODO(crbug.com/873633): What introduced flakyness was cherry picked in M-69. // TODO(crbug.com/873633): What introduced flakyness was cherry picked in M-69.
TEST_F(TabGridMediatorTest, UndoCloseAllItemsCommand) { TEST_F(TabGridMediatorTest, DISABLED_UndoCloseAllItemsCommand) {
#if !TARGET_IPHONE_SIMULATOR
return;
#endif
// Previously there were 3 items. // Previously there were 3 items.
[mediator_ saveAndCloseAllItems]; [mediator_ saveAndCloseAllItems];
[mediator_ undoCloseAllItems]; [mediator_ undoCloseAllItems];
......
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