Commit cb562e2f authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Disable restore EG tests

Tests are failing on EG2 upstream.

Bug: 1073932
Change-Id: I6397f83d02ed047593771c485fbad057103261e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2162752Reviewed-by: default avatarRobbie Gibson <rkgibson@google.com>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761959}
parent 46848545
......@@ -147,7 +147,8 @@ bool WaitForOmniboxContaining(std::string text) {
// Navigates to a set of cross-domains, chrome URLs and error pages, and then
// tests that they are properly restored.
- (void)testRestoreHistory {
// TODO(crbug.com/1073932): Re-enable this.
- (void)DISABLED_testRestoreHistory {
[self setUpRestoreServers];
[self loadTestPages];
[self verifyRestoredTestPages:YES];
......@@ -155,7 +156,8 @@ bool WaitForOmniboxContaining(std::string text) {
// Navigates to a set of cross-domains, chrome URLs and error pages, and then
// tests that they are properly restored in airplane mode.
- (void)testRestoreNoNetwork {
// TODO(crbug.com/1073932): Re-enable this.
- (void)DISABLED_testRestoreNoNetwork {
[self setUpRestoreServers];
[self loadTestPages];
self.serverRespondsWithContent = false;
......
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