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

Disable [FormsTestCase testRepostFormAfterReload].

TBR=eugenebut@chromium.org

Bug: 968296
Change-Id: I54cead2d459a678c6e865ace2ecc42559ebbb7b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635293Reviewed-by: default avatarMike Dougherty <michaeldo@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664562}
parent 9b21aa4c
...@@ -206,6 +206,11 @@ id<GREYMatcher> ResendPostButtonMatcher() { ...@@ -206,6 +206,11 @@ id<GREYMatcher> ResendPostButtonMatcher() {
// Tests that a POST followed by reloading the destination page resends data. // Tests that a POST followed by reloading the destination page resends data.
- (void)testRepostFormAfterReload { - (void)testRepostFormAfterReload {
if (web::GetWebClient()->IsSlimNavigationManagerEnabled()) {
// TODO(crbug.com/968296): Re-enable this test.
EARL_GREY_TEST_DISABLED(@"Test disabled with Slim Navigation.");
}
[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