Commit c052815c authored by Hector Carmona's avatar Hector Carmona Committed by Commit Bot

Disable EditDictionaryA11yTest on linux because of flaky runs.

Bug: 1012370
Change-Id: Ibd7304cc2a9c8fe81b60e26da5bbffeaa0eee324
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857541Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705354}
parent 7294a953
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
/** @fileoverview Define accessibility tests for the EDIT_DICTIONARY route. */ /** @fileoverview Define accessibility tests for the EDIT_DICTIONARY route. */
// Disable since the EDIT_DICTIONARY route does not exist on Mac. // Disable since the EDIT_DICTIONARY route does not exist on Mac.
GEN('#if !defined(OS_MACOSX)'); // TODO(crbug.com/1012370) flaky on Linux b/c assertTrue(!!languagesPage);
GEN('#if !defined(OS_MACOSX) && !defined(OS_LINUX)');
// SettingsAccessibilityTest fixture. // SettingsAccessibilityTest fixture.
GEN_INCLUDE([ GEN_INCLUDE([
...@@ -103,4 +104,4 @@ AccessibilityTest.define('EditDictionaryA11yTest', { ...@@ -103,4 +104,4 @@ AccessibilityTest.define('EditDictionaryA11yTest', {
}, },
}); });
GEN('#endif // !defined(OS_MACOSX)'); GEN('#endif // !defined(OS_MACOSX) && !defined(OS_LINUX)');
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