| Index: chrome/browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc (revision 152746)
|
| +++ chrome/browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc (working copy)
|
| @@ -55,7 +55,8 @@
|
| base::CloseProcessHandle(handle);
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(CloudPrintPolicyTest, CloudPrintPolicyFlag) {
|
| +// Disabled due to http://crbug.com/144393.
|
| +IN_PROC_BROWSER_TEST_F(CloudPrintPolicyTest, DISABLED_CloudPrintPolicyFlag) {
|
| CommandLine new_command_line(GetCommandLineForRelaunch());
|
| new_command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy);
|
| // This is important for the test as the way the browser process is launched
|
|
|