Commit 257ad1da authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

[ios] Reenable testRotationsWhileSwitcherIsNotActive.

BUG=835860

Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Ide83ee27d1a888a08787b8726c0e5cc80fe80f03
Reviewed-on: https://chromium-review.googlesource.com/1148018Reviewed-by: default avataredchin <edchin@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578614}
parent 6ec32ded
......@@ -571,12 +571,6 @@ std::unique_ptr<net::test_server::HttpResponse> HandleQueryTitle(
// Tests rotating the device while the switcher is not active. This is a
// regression test case for https://crbug.com/789975.
- (void)testRotationsWhileSwitcherIsNotActive {
// TODO(crbug.com/835860): This test fails when the grid is active.
if (GetTabSwitcherMode() == TabSwitcherMode::GRID) {
EARL_GREY_TEST_DISABLED(
@"testRotationsWhileSwitcherIsNotActive fails under UIRefresh");
}
NSString* tab_title = @"NormalTabLongerStringForRotationTest";
[self setUpTestServer];
[ChromeEarlGrey loadURL:[self makeURLForTitle:tab_title]];
......
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