| Index: chrome_frame/test/navigation_test.cc
|
| diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc
|
| index a61ae92bf1927ebb514024ac266539b2ad98cdb7..f6c287a92ff756bfee84d24eb9abf336e833d59d 100644
|
| --- a/chrome_frame/test/navigation_test.cc
|
| +++ b/chrome_frame/test/navigation_test.cc
|
| @@ -600,7 +600,7 @@ class NavigationTest : public MockIEEventSinkTest, public testing::Test {
|
|
|
| // Test navigation to a disallowed gcf: url with file scheme.
|
| // Times out sporadically; http://crbug.com/119718.
|
| -TEST_F(NavigationTest, FLAKY_GcfProtocol1) {
|
| +TEST_F(NavigationTest, DISABLED_GcfProtocol1) {
|
| // Make sure that we are not accidently enabling gcf protocol.
|
| SetConfigBool(kAllowUnsafeURLs, false);
|
| TestDisAllowedUrl(L"gcf:file:///C:/");
|
|
|