Commit 80702f10 authored by Kurt Horimoto's avatar Kurt Horimoto Committed by Commit Bot

[iOS] Disable testRepostFormAfterTappingBack.

This test is failing on iPad for the slim nav bot.

TBR=eugenebut@chromium.org
NOTRY=true

Bug: 968296
Change-Id: I231bf42f8c8fa3aa2f1bf3195e31f9b69a085543
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639086
Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Auto-Submit: Kurt Horimoto <kkhorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665579}
parent 2c1fc9ff
...@@ -242,6 +242,11 @@ id<GREYMatcher> ResendPostButtonMatcher() { ...@@ -242,6 +242,11 @@ id<GREYMatcher> ResendPostButtonMatcher() {
// Tests that a POST followed by navigating to a new page and then tapping back // Tests that a POST followed by navigating to a new page and then tapping back
// to the form result page resends data. // to the form result page resends data.
- (void)testRepostFormAfterTappingBack { - (void)testRepostFormAfterTappingBack {
// TODO(crbug.com/968296): Test is failing on iPad for slim nav.
if (IsIPadIdiom() && web::GetWebClient()->IsSlimNavigationManagerEnabled()) {
EARL_GREY_TEST_DISABLED(@"Test disabled on iPad.");
}
[self setUpFormTestSimpleHttpServer]; [self setUpFormTestSimpleHttpServer];
const GURL destinationURL = GetDestinationUrl(); const GURL destinationURL = GetDestinationUrl();
......
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