Commit 2aa8ad8d authored by kustermann's avatar kustermann Committed by Commit bot

Disable flaky TouchExplorationTest,NoRewritingEventsWhenOff test

BUG=422943
TBR=tdresser@chromium.org

Review URL: https://codereview.chromium.org/653673002

Cr-Commit-Position: refs/heads/master@{#299300}
parent e7bd102f
......@@ -76,9 +76,16 @@ private:
DISALLOW_COPY_AND_ASSIGN(TouchExplorationTest);
};
#if defined(OS_CHROMEOS)
// crbug.com/422943
#define MAYBE_NoRewritingEventsWhenOff DISABLED_NoRewritingEventsWhenOff
#else
#define MAYBE_NoRewritingEventsWhenOff NoRewritingEventsWhenOff
#endif
// This test turns the touch exploration mode off and confirms that events
// aren't modified.
IN_PROC_BROWSER_TEST_F(TouchExplorationTest, NoRewritingEventsWhenOff) {
IN_PROC_BROWSER_TEST_F(TouchExplorationTest, MAYBE_NoRewritingEventsWhenOff) {
SwitchTouchExplorationMode(false);
ui::test::EventGenerator generator(root_window_);
......
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