Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1315)

Unified Diff: content/common/sandbox_mac_diraccess_unittest.mm

Issue 7353019: Disables MacDirAccessSandboxTest.SandboxAccess as it is timing out (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_mac_diraccess_unittest.mm
diff --git a/content/common/sandbox_mac_diraccess_unittest.mm b/content/common/sandbox_mac_diraccess_unittest.mm
index b728c64ac8cddd30f9b1ad0fcd3e7a1854a1d989..302147bbf2772f4adc82a9a8aa2399d5a69f18bc 100644
--- a/content/common/sandbox_mac_diraccess_unittest.mm
+++ b/content/common/sandbox_mac_diraccess_unittest.mm
@@ -142,7 +142,8 @@ class ScopedDirectoryDelete {
typedef scoped_ptr_malloc<FilePath, ScopedDirectoryDelete> ScopedDirectory;
-TEST_F(MacDirAccessSandboxTest, SandboxAccess) {
+// Disabled as times out, taking out remaining tests: 89170.
+TEST_F(MacDirAccessSandboxTest, DISABLED_SandboxAccess) {
using file_util::CreateDirectory;
FilePath tmp_dir;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698