Commit 256830d9 authored by Roman Sorokin's avatar Roman Sorokin Committed by Roman Sorokin [CET]

[Sheriff] Disable ReadingListTestCase/testAccessibility on simulator

TBR=gambard@chromium.org

Bug: 1109202
Change-Id: Ifdf188c159c8ee8a672886b6de3c98c04c3e4a61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320273Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791816}
parent 4409e07e
...@@ -444,7 +444,14 @@ void AssertIsShowingDistillablePage(bool online, const GURL& distillable_url) { ...@@ -444,7 +444,14 @@ void AssertIsShowingDistillablePage(bool online, const GURL& distillable_url) {
} }
// Tests that the Reading List view is accessible. // Tests that the Reading List view is accessible.
- (void)testAccessibility { //
// Disabled due to https://crbug.com/1109202.
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_testAccessibility DISABLED_testAccessibility
#else
#define MAYBE_testAccessibility testAccessibility
#endif
- (void)MAYBE_testAccessibility {
AddEntriesAndEnterEdit(); AddEntriesAndEnterEdit();
// In edit mode. // In edit mode.
[ChromeEarlGrey verifyAccessibilityForCurrentScreen]; [ChromeEarlGrey verifyAccessibilityForCurrentScreen];
......
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