Commit 28a049a7 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Disable ReadingListTestCase.testVisibleButtonsAfterSwipeDeletion

TBR=gambard@chromium.org

Bug: 1046978
Change-Id: If9c277062f710704baf798874f4cce8a0d454ac3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029229Reviewed-by: default avatarMike Dougherty <michaeldo@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736611}
parent 0b101e4a
......@@ -676,6 +676,11 @@ void AssertIsShowingDistillablePage(bool online, const GURL& distillable_url) {
EARL_GREY_TEST_SKIPPED(@"Test skipped on Ipad Air 2, iOS12.");
}
// TODO(crbug.com/1046978): Test fails on iOS 13.3 iPad
if ([ChromeEarlGrey isIPadIdiom] && base::ios::IsRunningOnOrLater(13, 3, 0)) {
EARL_GREY_TEST_SKIPPED(@"Test disabled on iOS 13.3 iPad and later.");
}
AddEntriesAndOpenReadingList();
[[EarlGrey
......
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