Commit 96711fba authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr

Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxDeny

TBR=rsesek

BUG=407066

Review URL: https://codereview.chromium.org/498193002

Cr-Commit-Position: refs/heads/master@{#291669}
parent 731044b9
...@@ -134,7 +134,8 @@ TEST_F(BootstrapSandboxTest, DistributedNotifications_Unsandboxed) { ...@@ -134,7 +134,8 @@ TEST_F(BootstrapSandboxTest, DistributedNotifications_Unsandboxed) {
// Run the test with the sandbox enabled without notifications on the policy // Run the test with the sandbox enabled without notifications on the policy
// whitelist. // whitelist.
TEST_F(BootstrapSandboxTest, DistributedNotifications_SandboxDeny) { // Disabled, http://crbug.com/407066 .
TEST_F(BootstrapSandboxTest, DISABLED_DistributedNotifications_SandboxDeny) {
base::scoped_nsobject<DistributedNotificationObserver> observer( base::scoped_nsobject<DistributedNotificationObserver> observer(
[[DistributedNotificationObserver alloc] init]); [[DistributedNotificationObserver alloc] init]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment