Commit e95eabc1 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot

[Sheriff] Disable NavigationTestCase tests in ios_chrome_ui_egtests.

The tests are flaky. Sample run:
https://ci.chromium.org/p/chromium/builders/ci/ios-simulator-noncq/2669

TBR=eugenebut@chromium.org

Bug: 1054372
Change-Id: I017acc96b29650cc944f26f3c5a538a89432ac1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064946Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743067}
parent f66f79a9
...@@ -562,7 +562,8 @@ std::unique_ptr<net::test_server::HttpResponse> WindowLocationHashHandlers( ...@@ -562,7 +562,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 { // Flaky: https://crbug.com/1054372
- (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")];
...@@ -602,7 +603,8 @@ std::unique_ptr<net::test_server::HttpResponse> WindowLocationHashHandlers( ...@@ -602,7 +603,8 @@ std::unique_ptr<net::test_server::HttpResponse> WindowLocationHashHandlers(
// Tests that restoring a placeholder URL is correctly restored. This is a // Tests that restoring a placeholder URL is correctly restored. This is a
// regression test from http://crbug.com/1011758. // regression test from http://crbug.com/1011758.
- (void)testRestoreHistoryToPlaceholderURL { // Flaky: https://crbug.com/1054372
- (void)DISABLED_testRestoreHistoryToPlaceholderURL {
GREYAssertTrue(self.testServer->Start(), @"Test server failed to start."); GREYAssertTrue(self.testServer->Start(), @"Test server failed to start.");
const GURL destinationURL("chrome://crash"); const GURL destinationURL("chrome://crash");
[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