Commit 2b921c43 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Disable testIncognitoSeparation

The test is failing on the iOS13 beta bot.

TBR= stkhapugin@chromium.org

Bug: 1045950
Change-Id: I572729c0d26bab9af450779c18b3c9d264530c83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041447Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738946}
parent d67dd3b4
...@@ -164,13 +164,8 @@ std::unique_ptr<net::test_server::HttpResponse> StandardResponse( ...@@ -164,13 +164,8 @@ std::unique_ptr<net::test_server::HttpResponse> StandardResponse(
// Tests that the incognito tabs aren't displayed as "opened" tab in the // Tests that the incognito tabs aren't displayed as "opened" tab in the
// non-incognito suggestions and vice-versa. // non-incognito suggestions and vice-versa.
// TODO(crbug.com/1045950): fix and reenable on devices. // TODO(crbug.com/1045950): fix and reenable.
#if !TARGET_IPHONE_SIMULATOR - (void)DISABLED_testIncognitoSeparation {
#define MAYBE_testIncognitoSeparation DISABLED_testIncognitoSeparation
#else
#define MAYBE_testIncognitoSeparation testIncognitoSeparation
#endif
- (void)MAYBE_testIncognitoSeparation {
GURL URL1 = self.testServer->GetURL(kPage1URL); GURL URL1 = self.testServer->GetURL(kPage1URL);
GURL URL2 = self.testServer->GetURL(kPage2URL); GURL URL2 = self.testServer->GetURL(kPage2URL);
GURL URL3 = self.testServer->GetURL(kPage3URL); GURL URL3 = self.testServer->GetURL(kPage3URL);
......
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