Commit 7c435172 authored by jochen@chromium.org's avatar jochen@chromium.org

Disabling GamepadProviderTest.PollingAccess as it crashes

BUG=106163
TEST=content_unittests works again
TBR=scottmg@chromium.org

Review URL: http://codereview.chromium.org/8771033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112673 0039d316-1c4b-4281-b951-d872f2087c98
parent f37ae827
......@@ -56,7 +56,8 @@ class GamepadProviderTest : public testing::Test {
scoped_refptr<GamepadProvider> provider_;
};
TEST_F(GamepadProviderTest, PollingAccess) {
// Crashes. http://crbug.com/106163
TEST_F(GamepadProviderTest, DISABLED_PollingAccess) {
WebGamepads test_data;
test_data.length = 1;
test_data.items[0].connected = true;
......
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