Commit c37fed49 authored by Elodie Banel's avatar Elodie Banel Committed by Commit Bot

Disable testContextMenuOpenInNewTabFromTallPage on simulator

This test was already failing and disabled on device. It is now failing on
iPhone X simulator as well for the same reason so disabling it on
simulator as well.

Bug: 755888
Change-Id: I13ab73aa46a4698ff8c50cea1d786a9c1f5e4a85
Tbr: noyau@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/684312Reviewed-by: default avatarElodie Banel <lod@chromium.org>
Reviewed-by: default avatarEric Noyau <noyau@chromium.org>
Commit-Queue: Elodie Banel <lod@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504369}
parent 04dc0688
...@@ -199,11 +199,9 @@ void SelectTabAtIndexInCurrentMode(NSUInteger index) { ...@@ -199,11 +199,9 @@ void SelectTabAtIndexInCurrentMode(NSUInteger index) {
// current screen view. // current screen view.
- (void)testContextMenuOpenInNewTabFromTallPage { - (void)testContextMenuOpenInNewTabFromTallPage {
// TODO(crbug.com/755888): Reenable this test. // TODO(crbug.com/755888): Reenable this test.
#if !TARGET_IPHONE_SIMULATOR
if (!IsIPadIdiom()) { if (!IsIPadIdiom()) {
EARL_GREY_TEST_DISABLED(@"Failing constently on iPhone devices."); EARL_GREY_TEST_DISABLED(@"Failing constently on iPhone devices.");
} }
#endif
// Set up test simple http server. // Set up test simple http server.
std::map<GURL, std::string> responses; std::map<GURL, std::string> responses;
......
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