diff options
author | cira@chromium.org <cira@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 19:13:11 +0000 |
---|---|---|
committer | cira@chromium.org <cira@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 19:13:11 +0000 |
commit | 0b2ad450ab0496c55a7825573ce93f5ff401fe5b (patch) | |
tree | f5e5aef5bb09968236ad493891159ec9bb839e34 /chrome/browser | |
parent | 81452ebe661b4cd0acbf79e4562d0b82aeed0702 (diff) | |
download | chromium_src-0b2ad450ab0496c55a7825573ce93f5ff401fe5b.zip chromium_src-0b2ad450ab0496c55a7825573ce93f5ff401fe5b.tar.gz chromium_src-0b2ad450ab0496c55a7825573ce93f5ff401fe5b.tar.bz2 |
DISABLING all new unpacker tests. XP try bots are failing.
TBR=tony@chromium.org
Review URL: http://codereview.chromium.org/399076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc b/chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc index 93f550d..02bb01a 100644 --- a/chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc +++ b/chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc @@ -120,7 +120,7 @@ class SandboxedExtensionUnpackerTest : public testing::Test { scoped_refptr<SandboxedExtensionUnpacker> sandboxed_unpacker_; }; -TEST_F(SandboxedExtensionUnpackerTest, NoCatalogsSuccess) { +TEST_F(SandboxedExtensionUnpackerTest, DISABLED_NoCatalogsSuccess) { EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _)); SetupUnpacker("no_l10n.crx"); @@ -138,7 +138,7 @@ TEST_F(SandboxedExtensionUnpackerTest, NoCatalogsSuccess) { EXPECT_FALSE(file_util::PathExists(install_path)); } -TEST_F(SandboxedExtensionUnpackerTest, WithCatalogsSuccess) { +TEST_F(SandboxedExtensionUnpackerTest, DISABLED_WithCatalogsSuccess) { EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _)); SetupUnpacker("good_l10n.crx"); |