diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 19:55:59 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 19:55:59 +0000 |
commit | 571275543ddf6a5e8c312573de5a0d6e06df6ce9 (patch) | |
tree | c8e6afd5f34af81adda2238efadefd92413aa42f /chrome/common/logging_chrome_uitest.cc | |
parent | 82ac65b8f75dd7ee35934c7316c95e4fad075d91 (diff) | |
download | chromium_src-571275543ddf6a5e8c312573de5a0d6e06df6ce9.zip chromium_src-571275543ddf6a5e8c312573de5a0d6e06df6ce9.tar.gz chromium_src-571275543ddf6a5e8c312573de5a0d6e06df6ce9.tar.bz2 |
Disable AssertionTest.Assertion while I figure out how I broke it
BUG=26715
TBR=beng
Review URL: http://codereview.chromium.org/365006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/logging_chrome_uitest.cc')
-rw-r--r-- | chrome/common/logging_chrome_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/logging_chrome_uitest.cc b/chrome/common/logging_chrome_uitest.cc index 3c5d078..aeb79dc 100644 --- a/chrome/common/logging_chrome_uitest.cc +++ b/chrome/common/logging_chrome_uitest.cc @@ -80,7 +80,7 @@ class AssertionTest : public UITest { }; // Launch the app in assertion test mode, then close the app. -TEST_F(AssertionTest, Assertion) { +TEST_F(AssertionTest, DISABLED_Assertion) { if (UITest::in_process_renderer()) { // in process mode doesn't do the crashing. expected_errors_ = 0; |