diff options
Diffstat (limited to 'chrome/browser/history')
-rw-r--r-- | chrome/browser/history/redirect_uitest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/history/redirect_uitest.cc b/chrome/browser/history/redirect_uitest.cc index a94000e..b2d4fb8 100644 --- a/chrome/browser/history/redirect_uitest.cc +++ b/chrome/browser/history/redirect_uitest.cc @@ -138,9 +138,7 @@ TEST_F(RedirectTest, DISABLED_ClientCancelled) { } // Tests a client->server->server redirect -// TODO(creis): This is disabled temporarily while I figure out why it is -// failing. -TEST_F(RedirectTest, DISABLED_ClientServerServer) { +TEST_F(RedirectTest, ClientServerServer) { scoped_refptr<HTTPTestServer> server = HTTPTestServer::CreateServer(kDocRoot, NULL); ASSERT_TRUE(NULL != server.get()); @@ -243,6 +241,7 @@ TEST_F(RedirectTest, ClientFragments) { // alternatively load the second page from disk, but we would need to start // the browser for this testcase with --process-per-tab, and I don't think // we can do this at test-case-level granularity at the moment. +// http://crbug.com/45056 TEST_F(RedirectTest, DISABLED_ClientCancelledByNewNavigationAfterProvisionalLoad) { // We want to initiate a second navigation after the provisional load for |