Commit c3fd8fe6 authored by zmo@google.com's avatar zmo@google.com

Disable gpu_frame_rate_test fireflies as it TIMEOUT on gpu bots.

BUG=106557
TEST=
TBR=nduca
Review URL: http://codereview.chromium.org/8841001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113392 0039d316-1c4b-4281-b951-d872f2087c98
parent 6a990577
...@@ -292,7 +292,7 @@ INSTANTIATE_TEST_CASE_P(, FrameRateGpuCanvasInternalTest, ::testing::Values( ...@@ -292,7 +292,7 @@ INSTANTIATE_TEST_CASE_P(, FrameRateGpuCanvasInternalTest, ::testing::Values(
kUseReferenceBuild | kInternal | kHasRedirect | kUseGpu, kUseReferenceBuild | kInternal | kHasRedirect | kUseGpu,
kUseReferenceBuild | kInternal | kHasRedirect | kUseGpu | kDisableVsync)); kUseReferenceBuild | kInternal | kHasRedirect | kUseGpu | kDisableVsync));
INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(fireflies) INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(DISABLED_fireflies)
INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(FishIE) INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(FishIE)
INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(speedreading) INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(speedreading)
......
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