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

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

Issue 330113002: Fixing flaky overscroll and touch exploration mode browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
index 8ede979dbe0449147ecdc7df7ce726eb16431bb0..67aa3ba87c37fc7bdb20c8bc5c5cc2316fbfd265 100644
--- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
+++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
@@ -34,7 +34,7 @@ private:
DISALLOW_COPY_AND_ASSIGN(TouchExplorationTest);
};
-IN_PROC_BROWSER_TEST_F(TouchExplorationTest, PRE_ToggleOnOff) {
+//IN_PROC_BROWSER_TEST_F(TouchExplorationTest, PRE_ToggleOnOff) {
// TODO (mfomitchev): If the test is run by itself, there is a resize at the
// very beginning. An in-progress resize creates a "resize lock" in
// RenderWidgetHostViewAura, which calls
@@ -42,7 +42,7 @@ IN_PROC_BROWSER_TEST_F(TouchExplorationTest, PRE_ToggleOnOff) {
// coming through. Adding a PRE_ test ensures the resize completes before the
// actual test is executed. sadrul@ says the resize shouldn't be even
// happening, so this needs to be looked at further.
-}
+//}
// This test turns the touch exploration mode on/off and confirms that events
// get rewritten when the touch exploration mode is on, and aren't affected
« no previous file with comments | « no previous file | chrome/test/base/in_process_browser_test.cc » ('j') | content/public/test/browser_test_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698