Commit b6167b44 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Disable test on iPad when slim navigation is enabled

Bug: 968296
Change-Id: I893b369b466545e83a91a530e3b44be967934734
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644010
Auto-Submit: Mike Dougherty <michaeldo@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666051}
parent ddc2a2de
...@@ -280,6 +280,11 @@ id<GREYMatcher> ResendPostButtonMatcher() { ...@@ -280,6 +280,11 @@ id<GREYMatcher> ResendPostButtonMatcher() {
// Tests that a POST followed by tapping back to the form page and then tapping // Tests that a POST followed by tapping back to the form page and then tapping
// forward to the result page resends data. // forward to the result page resends data.
- (void)testRepostFormAfterTappingBackAndForward { - (void)testRepostFormAfterTappingBackAndForward {
// 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