Index: chrome_frame/test/net/fake_external_tab.cc |
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc |
index 3922e96ff6746f01ab6cf88770d3eb2efd6c3831..263de40255dfde5ca0ffc2241009186c27ea7642 100644 |
--- a/chrome_frame/test/net/fake_external_tab.cc |
+++ b/chrome_frame/test/net/fake_external_tab.cc |
@@ -219,6 +219,8 @@ void FilterDisabledTests() { |
// Tests chrome's network stack's cache (might not apply to CF). |
"URLRequestTestHTTP.VaryHeader", |
"URLRequestTestHTTP.GetZippedTest", |
+ "URLRequestTestHTTP.CachedRedirect", |
+ "URLRequestTestHTTP.DeferredRedirect_ReleaseCacheEntry", |
// Tests that requests can be blocked asynchronously in states |
// OnBeforeURLRequest, OnBeforeSendHeaders and OnHeadersReceived. At least |