diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 20:42:13 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 20:42:13 +0000 |
commit | 6596cf7da0733edb63ab1cc217d039329cc8a7b6 (patch) | |
tree | 0a976d64066dcf94cf46f749b53911ab155bc382 /content/browser/device_orientation/provider_unittest.cc | |
parent | 3cd2c1c88d2646a3338cfa7888f06fe321061053 (diff) | |
download | chromium_src-6596cf7da0733edb63ab1cc217d039329cc8a7b6.zip chromium_src-6596cf7da0733edb63ab1cc217d039329cc8a7b6.tar.gz chromium_src-6596cf7da0733edb63ab1cc217d039329cc8a7b6.tar.bz2 |
MotionAlwaysFires is FLAKY.
BUG=174706
TBR=aousterh
NOTRY=true
Review URL: https://codereview.chromium.org/12221048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/device_orientation/provider_unittest.cc')
-rw-r--r-- | content/browser/device_orientation/provider_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/device_orientation/provider_unittest.cc b/content/browser/device_orientation/provider_unittest.cc index 47944cf..60ce924 100644 --- a/content/browser/device_orientation/provider_unittest.cc +++ b/content/browser/device_orientation/provider_unittest.cc @@ -609,7 +609,7 @@ TEST_F(DeviceOrientationProviderTest, StartStopStart) { } // Tests that Motion events always fire, even if the motion is unchanged. -TEST_F(DeviceOrientationProviderTest, MotionAlwaysFires) { +TEST_F(DeviceOrientationProviderTest, FLAKY_MotionAlwaysFires) { scoped_refptr<MockDeviceDataFactory> device_data_factory( new MockDeviceDataFactory()); MockDeviceDataFactory::SetCurInstance(device_data_factory.get()); |