From 96711fba0704cfc7016c723d6354cddfa3435daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Hajdan=2C=20Jr?= Date: Mon, 25 Aug 2014 13:30:44 +0200 Subject: Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxDeny TBR=rsesek BUG=407066 Review URL: https://codereview.chromium.org/498193002 Cr-Commit-Position: refs/heads/master@{#291669} --- sandbox/mac/bootstrap_sandbox_unittest.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandbox/mac/bootstrap_sandbox_unittest.mm b/sandbox/mac/bootstrap_sandbox_unittest.mm index 1965239..2dcaf5c 100644 --- a/sandbox/mac/bootstrap_sandbox_unittest.mm +++ b/sandbox/mac/bootstrap_sandbox_unittest.mm @@ -134,7 +134,8 @@ TEST_F(BootstrapSandboxTest, DistributedNotifications_Unsandboxed) { // Run the test with the sandbox enabled without notifications on the policy // whitelist. -TEST_F(BootstrapSandboxTest, DistributedNotifications_SandboxDeny) { +// Disabled, http://crbug.com/407066 . +TEST_F(BootstrapSandboxTest, DISABLED_DistributedNotifications_SandboxDeny) { base::scoped_nsobject observer( [[DistributedNotificationObserver alloc] init]); -- cgit v1.1