Commit c6f73ba7 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Disable testBackForwardNavigationWithWarningInIncognito

Disable
SafeBrowsingTestCase/testBackForwardNavigationWithWarningInIncognito
on iOS due to flaky.

Bug: 1147360
TBR: ajuma@chromium.org
Change-Id: Iec6462085d66d74af61b838955b3c662e9071aca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2534615Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Reviewed-by: default avatarAli Juma <ajuma@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826820}
parent 1d907bae
......@@ -452,7 +452,8 @@ std::unique_ptr<net::test_server::HttpResponse> HandleRequest(
// Tests performing a back navigation to a warning page and a forward navigation
// from a warning page, in incognito mode.
- (void)testBackForwardNavigationWithWarningInIncognito {
// crbug.com/1147360 Test is flaky
- (void)DISABLED_testBackForwardNavigationWithWarningInIncognito {
[ChromeEarlGrey openNewIncognitoTab];
[ChromeEarlGrey loadURL:_safeURL1];
[ChromeEarlGrey waitForWebStateContainingText:_safeContent1];
......
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