summaryrefslogtreecommitdiffstats
path: root/ui/views/view_unittest.cc
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 22:15:20 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 22:15:20 +0000
commit1d64418b8e834e97e7bd352d63c9e16eeb70f29b (patch)
treead0211490cfb07cd7bfa78cb3b2bc74953b03c5c /ui/views/view_unittest.cc
parentf7354208762318c870c51e50196a9276ff422afb (diff)
downloadchromium_src-1d64418b8e834e97e7bd352d63c9e16eeb70f29b.zip
chromium_src-1d64418b8e834e97e7bd352d63c9e16eeb70f29b.tar.gz
chromium_src-1d64418b8e834e97e7bd352d63c9e16eeb70f29b.tar.bz2
Flakiness cleanup: disable remaining flaky tests in src/
See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fcec09fc659f39a6 BUG=114386,109405,38404 TBR=sky Review URL: http://codereview.chromium.org/9405024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/view_unittest.cc')
-rw-r--r--ui/views/view_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
index a063c14..4cb0d5c 100644
--- a/ui/views/view_unittest.cc
+++ b/ui/views/view_unittest.cc
@@ -2930,7 +2930,7 @@ TEST_F(ViewLayerTest, VisibilityChildLayers) {
// This test creates a random View tree, and then randomly reorders child views,
// reparents views etc. Unrelated changes can appear to break this test. So
// marking this as FLAKY.
-TEST_F(ViewLayerTest, FLAKY_ViewLayerTreesInSync) {
+TEST_F(ViewLayerTest, DISABLED_ViewLayerTreesInSync) {
View* content = new View;
content->SetPaintToLayer(true);
widget()->SetContentsView(content);