Commit f01d1be1 authored by vasilii's avatar vasilii Committed by Commit bot

Disable DeviceInertialSensorBrowserTest.LightOneOffInfintyTest.

BUG=416406
TBR=rijubrata.bhaumik@intel.com
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#295949}
parent a3eab57a
...@@ -265,8 +265,9 @@ IN_PROC_BROWSER_TEST_F(DeviceInertialSensorBrowserTest, MotionTest) { ...@@ -265,8 +265,9 @@ IN_PROC_BROWSER_TEST_F(DeviceInertialSensorBrowserTest, MotionTest) {
fetcher_->stopped_motion_.Wait(); fetcher_->stopped_motion_.Wait();
} }
// crbug/416406. The test is flaky.
IN_PROC_BROWSER_TEST_F(DeviceInertialSensorBrowserTest, IN_PROC_BROWSER_TEST_F(DeviceInertialSensorBrowserTest,
LightOneOffInfintyTest) { DISABLED_LightOneOffInfintyTest) {
// The test page will register an event handler for light events, // The test page will register an event handler for light events,
// expects to get an event with value equal to Infinity. This tests that the // expects to get an event with value equal to Infinity. This tests that the
// one-off infinity event still propagates to window after the alert is // one-off infinity event still propagates to window after the alert is
......
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