Skip to content

Commit

Permalink
cc: Disable flaky LayerTreeHostTestFrameTimeUpdatesAfterActivationFails
Browse files Browse the repository at this point in the history
R=danakj@chromium.org
BUG=304251

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227099 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
enne@chromium.org committed Oct 4, 2013
1 parent 4b98675 commit 694498e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cc/trees/layer_tree_host_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,9 @@ class LayerTreeHostTestFrameTimeUpdatesAfterActivationFails
base::TimeTicks first_frame_time_;
};

SINGLE_AND_MULTI_THREAD_TEST_F(
LayerTreeHostTestFrameTimeUpdatesAfterActivationFails);
// Flaky: http://crbug.com/304251
// SINGLE_AND_MULTI_THREAD_TEST_F(
// LayerTreeHostTestFrameTimeUpdatesAfterActivationFails);

// This test verifies that LayerTreeHostImpl's current frame time gets
// updated in consecutive frames when it draws in each frame.
Expand Down

0 comments on commit 694498e

Please sign in to comment.