Commit 8cefe05a authored by Ali Juma's avatar Ali Juma Committed by Commit Bot

[iOS] Disable flaky testRestoreToWarningPagePreservesHistory

This disables
SafeBrowsingTestCase/testRestoreToWarningPagePreservesHistory
since it is flaky.

Bug: 1106498
Change-Id: I0953c8c0f2c36ea01a7e1f0ff738db6c842df94f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308867
Auto-Submit: Ali Juma <ajuma@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790448}
parent 15ade240
......@@ -428,7 +428,8 @@ const char kMalwareWarningDetails[] =
// Tests that performing session restoration to a Safe Browsing warning page
// preserves navigation history.
- (void)testRestoreToWarningPagePreservesHistory {
// TODO(crbug.com/1106498): Re-enable this test after fixing flakiness.
- (void)DISABLED_testRestoreToWarningPagePreservesHistory {
// Build up navigation history that consists of a safe URL, a warning page,
// and another safe URL.
[ChromeEarlGrey loadURL:_safeURL1];
......
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