| Index: chrome/browser/chromeos/gview_request_interceptor_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/gview_request_interceptor_unittest.cc (revision 55028)
|
| +++ chrome/browser/chromeos/gview_request_interceptor_unittest.cc (working copy)
|
| @@ -84,7 +84,7 @@
|
| EXPECT_EQ(GURL("http://foo.com/file.pdf"), request.url());
|
| }
|
|
|
| -TEST_F(GViewRequestInterceptorTest, InterceptPdf) {
|
| +TEST_F(GViewRequestInterceptorTest, FAILS_InterceptPdf) {
|
| URLRequest request(GURL("http://foo.com/file.pdf"), &test_delegate_);
|
| request.Start();
|
| MessageLoop::current()->Run();
|
|
|