summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-08-25 13:30:44 +0200
committerPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-08-25 11:31:57 +0000
commit96711fba0704cfc7016c723d6354cddfa3435daa (patch)
tree825dd08a0c9b2035aaad4fc1b3f845b99c503d8d /sandbox
parent731044b96e59e4822480f2b243d6f74c47bfceb7 (diff)
downloadchromium_src-96711fba0704cfc7016c723d6354cddfa3435daa.zip
chromium_src-96711fba0704cfc7016c723d6354cddfa3435daa.tar.gz
chromium_src-96711fba0704cfc7016c723d6354cddfa3435daa.tar.bz2
Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxDeny
TBR=rsesek BUG=407066 Review URL: https://codereview.chromium.org/498193002 Cr-Commit-Position: refs/heads/master@{#291669}
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/mac/bootstrap_sandbox_unittest.mm3
1 files changed, 2 insertions, 1 deletions
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<DistributedNotificationObserver> observer(
[[DistributedNotificationObserver alloc] init]);