Commit 31259031 authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[iOS] Disable a fullscreen egtest on devices.

FullscreenTestCase/testShowHeaderWhenChildTabCloses is flaky on
devices.

Bug: 812664
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I7e632efa8823e253264c0d20012ac80c628562e7
Reviewed-on: https://chromium-review.googlesource.com/922261Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537102}
parent f82f2a70
......@@ -247,6 +247,11 @@ void AssertURLIs(const GURL& expectedURL) {
// Test to make sure the header is shown when a Tab opened by the current Tab is
// closed even if the toolbar was not present previously.
- (void)testShowHeaderWhenChildTabCloses {
// TODO(crbug.com/812664): Re-enable this test on devices.
#if !TARGET_IPHONE_SIMULATOR
EARL_GREY_TEST_DISABLED(@"Test disabled on device.");
#endif
std::map<GURL, std::string> responses;
const GURL URL = web::test::HttpServer::MakeUrl("http://origin");
const GURL destinationURL =
......
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