Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc

Issue 2085483004: Disable AccessibilityHighlightManagerTests because of flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
diff --git a/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc b/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
index 589af679bafdff045890ae55b0adabf946f1fcf7..a3c16be1eb0d92e4a5e2b3b49248883cf235be57 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
+++ b/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
@@ -144,8 +144,9 @@ class AccessibilityHighlightManagerTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(AccessibilityHighlightManagerTest);
};
+// Flaky. http://crbug.com/621306
IN_PROC_BROWSER_TEST_F(AccessibilityHighlightManagerTest,
- TestCaretRingDrawsBluePixels) {
+ DISABLED_TestCaretRingDrawsBluePixels) {
gfx::Rect capture_bounds(200, 300, 100, 100);
gfx::Rect caret_bounds(230, 330, 1, 25);
@@ -169,8 +170,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityHighlightManagerTest,
EXPECT_NEAR(255, SkColorGetB(average_diff_color()), 5);
}
+// Flaky. http://crbug.com/621306
IN_PROC_BROWSER_TEST_F(AccessibilityHighlightManagerTest,
- TestCursorRingDrawsRedPixels) {
+ DISABLED_TestCursorRingDrawsRedPixels) {
gfx::Rect capture_bounds(200, 300, 100, 100);
gfx::Point cursor_point(250, 350);
@@ -193,8 +195,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityHighlightManagerTest,
EXPECT_NEAR(176, SkColorGetB(average_diff_color()), 5);
}
+// Flaky. http://crbug.com/621306
IN_PROC_BROWSER_TEST_F(AccessibilityHighlightManagerTest,
- TestFocusRingDrawsOrangePixels) {
+ DISABLED_TestFocusRingDrawsOrangePixels) {
gfx::Rect capture_bounds(200, 300, 100, 100);
gfx::Rect focus_bounds(230, 330, 40, 40);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698