Skip to content

Commit

Permalink
Disable BrowserCompositorInvalidateLayerTreePerfTest.DenseBrowserUI.
Browse files Browse the repository at this point in the history
This test is repeatedly timing out and making the waterfall red.

BUG=352683
TBR=clholgat

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257569 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
teravest@chromium.org committed Mar 18, 2014
1 parent d29650c commit 7078c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc/trees/layer_tree_host_perftest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class BrowserCompositorInvalidateLayerTreePerfTest
bool clean_up_started_;
};

TEST_F(BrowserCompositorInvalidateLayerTreePerfTest, DenseBrowserUI) {
TEST_F(BrowserCompositorInvalidateLayerTreePerfTest, DISABLED_DenseBrowserUI) {
SetTestName("dense_layer_tree");
ReadTestFile("dense_layer_tree");
RunTestWithImplSidePainting();
Expand Down

0 comments on commit 7078c49

Please sign in to comment.