Commit b4f2e088 authored by Chris Lu's avatar Chris Lu Committed by Commit Bot

[ios] disable ReadingListTestCase test flake

TBR=gambard@chromium.org

Bug: 1047236
Change-Id: I24137cf7f0de7d8abd962d3099005edd3783c043
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031206
Commit-Queue: Chris Lu <thegreenfrog@chromium.org>
Reviewed-by: default avatarChris Lu <thegreenfrog@chromium.org>
Auto-Submit: Chris Lu <thegreenfrog@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736933}
parent 55a272ad
...@@ -447,6 +447,10 @@ void AssertIsShowingDistillablePage(bool online, const GURL& distillable_url) { ...@@ -447,6 +447,10 @@ void AssertIsShowingDistillablePage(bool online, const GURL& distillable_url) {
// appearing, and that the Reading List entry is present in the Reading List. // appearing, and that the Reading List entry is present in the Reading List.
// Loads offline version via context menu. // Loads offline version via context menu.
- (void)testSavingToReadingListAndLoadDistilled { - (void)testSavingToReadingListAndLoadDistilled {
// TODO(crbug.com/1047236): Test fails when run on iOS 13.
if (@available(iOS 13, *)) {
EARL_GREY_TEST_DISABLED(@"Fails on iOS 13.");
}
[ReadingListAppInterface forceConnectionToWifi]; [ReadingListAppInterface forceConnectionToWifi];
GURL distillablePageURL(self.testServer->GetURL(kDistillableURL)); GURL distillablePageURL(self.testServer->GetURL(kDistillableURL));
GURL nonDistillablePageURL(self.testServer->GetURL(kNonDistillableURL)); GURL nonDistillablePageURL(self.testServer->GetURL(kNonDistillableURL));
......
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