summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 13:25:04 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 13:25:04 +0000
commitbfc8cb62c52eb324bb221690abab815295c75177 (patch)
tree692fe8f1b4656d3d1b4443ed6d5635ce38b6dbc6 /chrome_frame
parent77e841f5ff4a3c40cc5b40164b5fa5c48fcd7a77 (diff)
downloadchromium_src-bfc8cb62c52eb324bb221690abab815295c75177.zip
chromium_src-bfc8cb62c52eb324bb221690abab815295c75177.tar.gz
chromium_src-bfc8cb62c52eb324bb221690abab815295c75177.tar.bz2
Marking NavigationTest.GcfProtocol1 flaky.
Times out sporadically. BUG=119718 TEST=none TBR=robertshield@chromium.org Review URL: https://chromiumcodereview.appspot.com/10065014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/navigation_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc
index b87cf9d..a3dd320 100644
--- a/chrome_frame/test/navigation_test.cc
+++ b/chrome_frame/test/navigation_test.cc
@@ -599,7 +599,8 @@ class NavigationTest : public MockIEEventSinkTest, public testing::Test {
};
// Test navigation to a disallowed gcf: url with file scheme.
-TEST_F(NavigationTest, GcfProtocol1) {
+// Times out sporadically; http://crbug.com/119718.
+TEST_F(NavigationTest, FLAKY_GcfProtocol1) {
// Make sure that we are not accidently enabling gcf protocol.
SetConfigBool(kAllowUnsafeURLs, false);
TestDisAllowedUrl(L"gcf:file:///C:/");