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

[iOS] Disable testUserAgentTypeInPreviousLoad

The test is flaky.

Bug: 1110048, 1110890
Change-Id: I1a0613d4f33df0f22472733e8238f6c16b507714
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324849
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Auto-Submit: Gauthier Ambard <gambard@chromium.org>
Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792757}
parent 6e7efb0c
...@@ -183,7 +183,8 @@ GREYElementInteraction* RequestDesktopButton() { ...@@ -183,7 +183,8 @@ GREYElementInteraction* RequestDesktopButton() {
// Tests that tapping the prerendered suggestions keeps the UserAgent of the // Tests that tapping the prerendered suggestions keeps the UserAgent of the
// previous page. // previous page.
- (void)testUserAgentTypeInPreviousLoad { // TODO(crbug.com/1110890): Test is flaky.
- (void)DISABLED_testUserAgentTypeInPreviousLoad {
[self addURLToHistory]; [self addURLToHistory];
const GURL pageURL = self.testServer->GetURL(kPageURL); const GURL pageURL = self.testServer->GetURL(kPageURL);
NSString* pageString = base::SysUTF8ToNSString(pageURL.GetContent()); NSString* pageString = base::SysUTF8ToNSString(pageURL.GetContent());
......
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