Commit f9b09ae2 authored by Robbie Gibson's avatar Robbie Gibson Committed by Commit Bot

[iOS] Disable failing web navigation tests

Tests were failing on the bots.

Bug: 1011791
Change-Id: Id956e31612f463055d372504e5c27ce4a4686827
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844790Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#703289}
parent 67bc72a9
...@@ -559,7 +559,8 @@ std::unique_ptr<net::test_server::HttpResponse> WindowLocationHashHandlers( ...@@ -559,7 +559,8 @@ std::unique_ptr<net::test_server::HttpResponse> WindowLocationHashHandlers(
// Tests that navigating forward from a WebUI URL works when resuming from // Tests that navigating forward from a WebUI URL works when resuming from
// session restore. This is a regression test for https://crbug.com/814790. // session restore. This is a regression test for https://crbug.com/814790.
- (void)testRestoreHistoryToWebUIAndNavigateForward { // TODO(crbug.com/1011791): Test disabled.
- (void)DISABLED_testRestoreHistoryToWebUIAndNavigateForward {
GREYAssertTrue(self.testServer->Start(), @"Test server failed to start."); GREYAssertTrue(self.testServer->Start(), @"Test server failed to start.");
const GURL destinationURL = self.testServer->GetURL(kSimpleFileBasedTestURL); const GURL destinationURL = self.testServer->GetURL(kSimpleFileBasedTestURL);
[ChromeEarlGrey loadURL:GURL("chrome://version")]; [ChromeEarlGrey loadURL:GURL("chrome://version")];
...@@ -579,7 +580,8 @@ std::unique_ptr<net::test_server::HttpResponse> WindowLocationHashHandlers( ...@@ -579,7 +580,8 @@ std::unique_ptr<net::test_server::HttpResponse> WindowLocationHashHandlers(
// Tests that navigating forward from NTP works when resuming from session // Tests that navigating forward from NTP works when resuming from session
// restore. This is a regression test for https://crbug.com/814790. // restore. This is a regression test for https://crbug.com/814790.
- (void)testRestoreHistoryToNTPAndNavigateForward { // TODO(crbug.com/1011791): Test disabled.
- (void)DISABLED_testRestoreHistoryToNTPAndNavigateForward {
GREYAssertTrue(self.testServer->Start(), @"Test server failed to start."); GREYAssertTrue(self.testServer->Start(), @"Test server failed to start.");
const GURL destinationURL = self.testServer->GetURL(kSimpleFileBasedTestURL); const GURL destinationURL = self.testServer->GetURL(kSimpleFileBasedTestURL);
[ChromeEarlGrey loadURL:destinationURL]; [ChromeEarlGrey loadURL:destinationURL];
......
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