From 1c5fdc4aa3b54cbc3a103e26af918188afbe8b66 Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Thu, 5 Nov 2009 13:15:24 +0000 Subject: TBR:mark git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31090 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/utility_process_host_unittest.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chrome/browser/utility_process_host_unittest.cc') diff --git a/chrome/browser/utility_process_host_unittest.cc b/chrome/browser/utility_process_host_unittest.cc index 9e3a73d..3be0480 100644 --- a/chrome/browser/utility_process_host_unittest.cc +++ b/chrome/browser/utility_process_host_unittest.cc @@ -124,8 +124,9 @@ class ProcessClosedObserver : public NotificationObserver { bool observed_; }; -#if !defined(OS_LINUX) -// We should not run this on linux (crbug.com/22703). +#if !defined(OS_POSIX) +// We should not run this on linux (crbug.com/22703) or MacOS (crbug.com/8102) +// until problems related to autoupdate are fixed. TEST_F(UtilityProcessHostTest, ExtensionUnpacker) { // Copy the test extension into a temp dir and install from the temp dir. FilePath extension_file; -- cgit v1.1