summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-05 19:36:03 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-05 19:36:03 +0000
commit1e309750fd24465e386687947b577c8f807fad3d (patch)
tree80786b70e6d91e0bd1f578c6f01444b9822839cd /chrome_frame
parent43250b86722731cf1394b7cdecb373022365e7f6 (diff)
downloadchromium_src-1e309750fd24465e386687947b577c8f807fad3d.zip
chromium_src-1e309750fd24465e386687947b577c8f807fad3d.tar.gz
chromium_src-1e309750fd24465e386687947b577c8f807fad3d.tar.bz2
Adding the URLRequestTest.CookiePolicy_ForceSession test to the list of disabled tests as it does
not apply to the host network stack. TBR=amit Review URL: http://codereview.chromium.org/572040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 26ba577..87aed71 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -351,6 +351,7 @@ void FilterDisabledTests() {
"URLRequestTest.DoNotSaveCookies_ViaPolicy",
"URLRequestTest.DoNotSendCookies_ViaPolicy",
"URLRequestTest.DoNotSaveCookies_ViaPolicy_Async",
+ "URLRequestTest.CookiePolicy_ForceSession",
};
std::string filter("-"); // All following filters will be negative.