Commit bfed7f4a authored by Eugene But's avatar Eugene But Committed by Commit Bot

[ios][eg2] Mark testRequestMobileSitePropagatesToNextNavigations as flaky.

TBR=ajuma@chromium.org

Bug: 1037663
Change-Id: I1fa106686e7cfedbbd43be0dc8b67917f74555b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981137
Commit-Queue: Eugene But <eugenebut@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727311}
parent 3c5026f4
...@@ -169,7 +169,15 @@ class UserAgentResponseProvider : public web::DataResponseProvider { ...@@ -169,7 +169,15 @@ class UserAgentResponseProvider : public web::DataResponseProvider {
// Tests that requesting mobile site of a page works and the user agent // Tests that requesting mobile site of a page works and the user agent
// propagates to the next navigations in the same tab. // propagates to the next navigations in the same tab.
- (void)testRequestMobileSitePropagatesToNextNavigations { // TODO(crbug.com/1037663): Enable for EG2.
#if defined(CHROME_EARL_GREY_2)
#define MAYBE_testRequestMobileSitePropagatesToNextNavigations \
FLAKY_testRequestMobileSitePropagatesToNextNavigations
#else
#define MAYBE_testRequestMobileSitePropagatesToNextNavigations \
testRequestMobileSitePropagatesToNextNavigations
#endif
- (void)MAYBE_testRequestMobileSitePropagatesToNextNavigations {
std::unique_ptr<web::DataResponseProvider> provider( std::unique_ptr<web::DataResponseProvider> provider(
new UserAgentResponseProvider()); new UserAgentResponseProvider());
web::test::SetUpHttpServer(std::move(provider)); web::test::SetUpHttpServer(std::move(provider));
......
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