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

[iOS] Reenable testXClientData

This CL re-enable testXClientData as it was probably failing because of
a DCHECK in WebController, that should have been fixed in
crrev.com/c/1992063.

Fixed: 1036225
Change-Id: Id9a85c0f35310e79adcf030d222cce2e9e36274b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993813
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Reviewed-by: default avatarStepan Khapugin <stkhapugin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731180}
parent 8fceeae0
...@@ -150,8 +150,7 @@ id<GREYMatcher> SearchCopiedTextButton() { ...@@ -150,8 +150,7 @@ id<GREYMatcher> SearchCopiedTextButton() {
// Tests that the XClientData header is sent when navigating to // Tests that the XClientData header is sent when navigating to
// https://google.com through the omnibox. // https://google.com through the omnibox.
// TODO(crbug.com/1036225): Test very flaky on all config. - (void)testXClientData {
- (void)DISABLED_testXClientData {
// Rewrite the google URL to localhost URL. // Rewrite the google URL to localhost URL.
[OmniboxAppInterface rewriteGoogleURLToLocalhost]; [OmniboxAppInterface rewriteGoogleURLToLocalhost];
......
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