| Index: sandbox/mac/bootstrap_sandbox_unittest.mm
|
| diff --git a/sandbox/mac/bootstrap_sandbox_unittest.mm b/sandbox/mac/bootstrap_sandbox_unittest.mm
|
| index 1965239942148972a17e32533772d217b2bff6fc..2dcaf5c7289bbd8412c4c3e5bb9bbec5e97db98d 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<DistributedNotificationObserver> observer(
|
| [[DistributedNotificationObserver alloc] init]);
|
|
|
|
|