Commit 6ad54113 authored by stkhapugin's avatar stkhapugin Committed by Commit bot

Disables testShowJavaScriptAfterNewTabAnimation on tablets.

This test is failing after a chromium roll. Temporary disable it for
a greener tree.

BUG=711291

Review-Url: https://codereview.chromium.org/2816023003
Cr-Commit-Position: refs/heads/master@{#464397}
parent 7c5267fb
......@@ -555,6 +555,11 @@ void TapSuppressDialogsButton() {
@"correctly.");
#endif
// TODO(crbug.com/711291): reenable this on tablets.
if (IsIPadIdiom()) {
EARL_GREY_TEST_DISABLED(@"Disabled for iPad.");
}
// Load the test page with a link to kOnLoadAlertURL and long tap on the link.
[self loadPageWithLink];
id<GREYMatcher> webViewMatcher =
......
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